/*Code for the page layouts and master css*/

body{
	margin: 0;
	/*padding: 0;*/
	background-image:url(images/bg_master.gif);
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.sp_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	padding: 3px;
	background: #000099;
	border-right: 10px solid #cc0000;
}

.sp_sub_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 5px;
}

.sp_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 5px;
}

.td_link {
	padding: 5px;

}

.td_heading {
	font-size: 12px;
	color: #FFFFFF;
	background: #000099;
	font-weight: bold;
	padding: 3px;
	height: 10px;
	border-right: 10px solid #cc0000;
}


a:link {
	font-weight: bold;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}



a:visited {
	font-weight: bold;
	color: #000099;
	font-weight: bold;
		text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #CC0000;
	font-weight: bold;
		text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #000099;
	font-weight: bold;
		text-decoration: none;
}




.formitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
