/*
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:Verdana;
	font-size:12px;
	color:#616161;
}
TABLE{
	border-collapse:collapse;
}
TD{
	vertical-align:top;
}
A{
	color:#616161;
	text-decoration:none;
	font-family:Verdana;
}
A:hover{
	text-decoration:underline;
}
A:visited{
}

h1,h2,h3,h4,h5,h6{
	color:#02559a;
	font-family:Verdana;
	font-weight:bold;
	border:0px;
	margin:0px;
	padding:0px;
}
h1{
	font-family:Arial;
	font-size:24px;
}
H2, .ms-WPBody h2{
	line-height:24px;
	font-size:14px;
}
H3, .ms-WPBody h3{
	line-height:27px;
	font-size:12px;
	padding:0px;
	margin:0px;
}
H4, .ms-WPBody h4{
	background-image:url(../image/background/bg_TableHeader.png);
	background-repeat:no-repeat;
	height:22px;
	padding:28px 5px 0px 5px;
	color:#02559a;
	margin:0px;
	font-size:11px;
}
SPAN{
	color:#616161;
}
P{
	line-height:17px;
}
INPUT{
	border:1px #999999 solid;
}
SELECT{
	border:1px #999999 solid;
}


/* Overridden Styles from Sharepoint */
.ms-TPBody h3 {
	font-size:inherit;
	font-weight:inherit;
}
.ms-WPBody a:link{
	color:inherit;
}
#__publishingReusableFragment{
	display:block;
	width:100%;
}