/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #71c6f0;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px;
}

TABLE, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #4D4D4D;
	line-height: 21px;
	border-collapse:collapse;
	border-spacing: 0;
}

INPUT {
font-family: verdana, arial;
	font-size: 11px;
	color: #4D4D4D;
}



UL {
	margin: 0px 15px;
	list-style-position:outside;


}

P {
	margin: 0px 0px;
}

TEXTAREA {
	line-height: 12px;
	color: #4D4D4D;
	line-height: 21px;
	font-size: 11px;
}


h1 {
	display:inline;	
}

h2 {
	display:inline;	
}

  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #8A2003;
	text-decoration: underline;
}

a:visited {
	color: #8A2003;
	text-decoration: underline;
}

a:hover {
	color: #8A2003;
	text-decoration: none;


}

a.linkYellow:link {
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #FCF9DA;
}

a.linkYellow:visited {
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #FCF9DA;
}

a.linkYellow:hover {
	font-size: 11px;
	color: #FCF9DA;
	font-weight: bold;
	text-decoration: none;

}



a.linkFooter:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FCF9DA;
}

a.linkFooter:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FCF9DA;
}

a.linkFooter:hover {
	font-size: 10px;
	color: #FCF9DA;
	font-weight: normal;
	text-decoration: underline;

}


a.linkHomeSmall:link {
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #174C60;
}

a.linkHomeSmall:visited {
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #174C60;
}

a.linkHomeSmall:hover {
	font-size: 11px;
	color: #174C60;
	font-weight: bold;
	text-decoration: none;

}




/***************************************************
customized sitewide link tags
****************************************************/

.footer {
	font-size: 10px;
	vertical-align: top;
	color: #FCF9DA;

}


.header {
	font-size: 11px;
	font-weight: bold;
	color: #FCF9DA;
	
}


.title {
	font-size: 12px;
	font-weight: bold;
	color: #942F33;

}

.smallText {
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;

}

.smallTextRed {
	font-size: 11px;
	font-weight: normal;
	color: #942F33;

}


