/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f9f7f0;
	color: #000000;
	line-height: normal;
	font-size: 10px;
	margin-top: -5px;
}
.PageTitleBig {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bolder;
	text-transform: capitalize;
	color: #336633;
}
.PageTitle {
	font-size: x-large;
	font-weight: bolder;
	text-transform: capitalize;
	color: #336633;
	font-family: "Times New Roman", Times, serif;
}
.PageSubTitle {
	font-size: small;
	font-weight: 900;
	text-transform: capitalize;
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
/******* hyperlink and anchor tag styles *******/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;
}
a:hover{
	text-decoration: underline;
	color: #CC0000;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #993366;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #993366;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #993366;
 margin: 0px;
 padding: 0px;
}
.BoldText {
	font-size: large;
	font-weight: bolder;
	text-transform: none;
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.RedText {


	font-size: small;
	font-weight: 900;
	text-transform: none;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.RedTextSmall {



	font-size: x-small;
	font-weight: normal;
	text-transform: none;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.BoldTextSmall {


	font-size: x-small;
	font-weight: bolder;
	text-transform: none;
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.GreenBackGround {
	background-color: #99FF00;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;
}
