/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #ffffff;
	background-image:url(../images/bg.gif);
	background-position:inherit;
	background-repeat:repeat-x;
	margin: 0px;
}

TABLE {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 22px;
	border-collapse:collapse;
	border-spacing: 0;
}

SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 21px;
	border-collapse:collapse;
	border-spacing: 0;
}


INPUT {
font-family: verdana, arial;
	font-size: 11px;
	color: #333333;
}




P {
	margin: 0px 15px;
}

TEXTAREA {
	line-height: 12px;
	color: #666666;
	line-height: 21px;
	font-size: 11px;
}


h1 {
	display:inline;	
}

h2 {
	font-size: 12px;
	display:inline;	
	font-weight: bold;
}

  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #0C63C4;
	text-decoration: underline;
}

a:visited {
	color: #0C63C4;
	text-decoration: underline;
}

a:hover {
	color: #0C63C4;
	text-decoration: none;


}

a.linkFooter:link {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}

a.linkFooter:visited {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}

a.linkFooter:hover {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;

}



/***************************************************
customized sitewide link tags
****************************************************/

.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #4C4C4C;
	
}

.phone {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	
}

.subhead {
	font-weight: bold;
	color: #0C63C4;
	font-size: 16px;
	
}

.greenTitle {
	font-weight: bold;
	color: #418D16;
	font-size: 13px;
	
}

.smallText {
	font-size: 10px;
	
}