/*Code for the page layouts and master css*/

body{
	margin: 0;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	background: #000000 url(CENTRALIMAGE/blank.jpg) repeat-y fixed center top;
}

html {
scrollbar-base-color: Black;
scrollbar-arrow-color: white;
scrollbar-track-color: #4d4d4d;
 
scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;
 
scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}


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-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	padding: 3px;
	background: #000000;
}

.sp_sub_heading{

	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 5px;
}

.sp_text{

	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: 14px;
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	padding: 3px;
	height: 10px;
}


a:link {
	font-weight: normal;
	color: #CC9933;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #CC9933;
	font-weight: bold;
		text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #FF0000;
	font-weight: bold;
		text-decoration: none;
}

a:active {
	font-weight: normal;
	font-weight: bold;
		text-decoration: none;
}

.formitem {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
