/* External css file for steinhart site */
body
{
	font-family : Arial,Helvetica,sans-serif;
}

a:link{
	color : #DDDDDD;
	text-decoration : none;
}

a:visited{
	color : #888888;
	text-decoration : none;
}

a:hover{
	color : #0033FF;
	text-decoration : underline;
}

a:active{
	color : #448888;
	text-decoration : underline;
}

blockquote{
	font-style : italic;
}

body{
	background : #000033;
	color : #CCCCCC;
}

div{
	text-align : center;
	margin-left : auto;
	margin-right : auto;	
}

em{
	font-style : italic;
}

h1{
	color : #FD9900;
	font-weight : 900;
	text-align : center;
}

h2{
	color : #448888;
	font-weight : 600;
}

h3{
	color : #BBBBBB;
	font-weight : 100;
}

h4{
	color : #448888;
	font-weight : 700;
}

h5{
	color : #CCCCCC;
	font-weight : 600;
}

h6{
	color : #CCCCCC;
	font-weight : 600;
}

h6.ave{
	color : #FD9900;
	font-weight : 600;
}

hr{
	color : #FD9900;
}

img{
	border : 0;
	border-style : none;
	display : inline;
	margin : 0;
	padding : 0;
	vertical-align : top;
}

p{
	color : #CCCCCC;
	font-weight : 200;
}

span.current{
	color : #FD9900;
}

span.menu{
	color : #CCCCCC;
	font-weight : 700;
}

table{
	border : 0;
	padding : 0;
	margin-left : auto;
	margin-right : auto;
}

table.bdr{
	border : 2px solid #FD9900;
	padding : 0;
}

table.header{
	margin-left : auto;
	margin-right : auto;
	border : 2px solid #FD9900;
	padding : 0;
	text-align : center;
}

table.results{
	margin-left : auto;
	margin-right : auto;
	border : 0;
	padding : 0;
	text-align : center;
}

td{
	text-align : left;
	vertical-align : top;
}

td.c{
	text-align : center;
	text-align : center;
}

td.h{
	text-align : center;
	background : #222288;
	text-align : center;
}

td.r{
	text-align : right;
}

td.t{
	text-align : center;
	background : #111155;
	text-align : center;
}

tr{
	height : 20px;
}
