/**************** Default Styles *******************/

BODY {
font-size : 12px; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : #E7E9FF;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}
h1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 15px; 
color : #000000; 
background-color : transparent; 
}
h2 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 15px; 
color : #000000; 
background-color : transparent; 
}
h3 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 15px; 
color : #201CC4; 
background-color : transparent; 
}
a {
	text-decoration: none;
	color: #0B00CE;
}
a:hover {
	color: #4E45FF;
	text-decoration: underline;
}

p {
font-size : 12px; 
font-family : Arial, Helvetica, sans-serif; 

}

.smalltext {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 10px; 
}


.smalltext a:link{
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 14px; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 14px; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 14px; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 12px;
  color : red;
  font-weight : bold;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #4CBC25;
}

.bg_medium {
	background-color : #3D2C90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a.content {
	color: 000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}	

a.content:hover {
    color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bg_light {
  background-color : #D1F1BD;
}

.alt_bg_dark {
  background-color : #B2053A;
}

.alt_bg_medium {
  background-color : #23CA27;
}

.alt_bg_light {
  background-color : #D1EDC0;
}

/**************** Rollover Styles *******************/

.topmenu {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
A.topmenu:hover {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #016A03;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
}
.lowerMenu {
	font-family: Verdana, Arial;
	font-size: 10px;
}
a.lowerMenu:hover {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
}
.menu-style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	display: none;
	text-indent: 10px;
	background-color: #FFCC33;
}
.copyright {
    font-size: 10px;
    text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


