/*
This css file initializes the styles for the site at a very high level.
There should only be tag level styles below this line.  Class level styles 
are reserved for the common.css file
*/

BODY,FORM,IMG,TABLE,TBODY,TR,TD,SPAN,DIV,P,H1,H2,H3{
	border:0px;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#616161;
}
TABLE{
	border-collapse:collapse;
}
TD{
	vertical-align:top;
}
A{
	color:#313131;
	text-decoration:none;
	font-family:Arial;
}
A:hover{
}
A:visited{
}

h1{
	color:#02559a;
	font-family:Arial;
	font-weight:bold;
	font-size:24px;
}
H2{
	color:#02559a;
	font-family:Arial;
	font-weight:bold;
	line-height:24px;
	font-size:18px;
}
SPAN{
	color:#616161;
}
P{
	line-height:17px;
}
INPUT{
/*	border:1px #999999 solid;*/
}
SELECT{
	border:1px #999999 solid;
}
HR{
	height:1px;
	margin-top:7px;
	margin-bottom:7px;
}
