/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #ffffff;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
}

TABLE, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 24px;
	border-collapse:collapse;
	border-spacing: 0;
}

INPUT {
font-family: verdana, arial;
	font-size: 11px;
	color: #666666;
}
P {
	margin: 0px 0px 20px 0px;
}


UL ,LI {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}


TEXTAREA {
	line-height: 12px;
	color: #666666;
	line-height: 21px;
	font-size: 11px;
}


h1 {
	display:inline;	
}
h2 {
	display:inline;	
	font-size: 12px;
	font-weight: bold;
}

h3 {
	display:inline;	
	font-size: 12px;
	font-weight: bold;
}




  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #C0262D;
	text-decoration: underline;
}

a:visited {
	color: #C0262D;
	text-decoration: underline;
}

a:hover {
	color: #C0262D;
	text-decoration: none;


}

a.linkFooter:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.linkFooter:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.linkFooter:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;

}


a.titleLink:link {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #C0262D;
}

a.titleLink:visited {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #C0262D;
}

a.titleLink:hover {
	font-size: 18px;
	color: #C0262D;
	font-weight: bold;
	text-decoration: underline;

}





/***************************************************
customized sitewide link tags
****************************************************/

.footer {
	font-size: 10px;
	vertical-align: bottom;
	color: #000000;

}


.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #4C4C4C;
	
}

.subhead {
	font-weight: bold;
	color: #C0262D;
	font-size: 11px;
	
}

.smallText {
	font-size: 10px;
	
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #C0262D;
	
}

.subTitle {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	
}







