/* CSS definition file containing sitestyle stylesheets */

/* Body */
BODY {
	background-color:#FFFFFF
	}

/* Navigation */
.submenu {
	font-family: Arial,Verdana; 
	font-size: 11px;
	font-weight: bold;
	font-variant: normal; 
	color: white;
	line-height: normal; 
	text-decoration: none;
	}
.submenuhover {  
	font-family: Arial,Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-variant: normal; 
	color: black; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #F99922;
	line-height: normal; 
	text-decoration: none
	}
.submenugroup {
	font-family: Verdana; 
	font-size: 11px;
	font-weight: normal;
	font-variant: normal; 
	color: #000000;
	background-color:#C5DFF0;
	line-height: normal; 
	text-decoration: none;
	}
.submenugrouphover {  
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	font-variant: normal; 
	color: black; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #7FB8DD;
	line-height: normal; 
	text-decoration: none
	}


/* Table */
 .tableborder { 
 	border-top: 1px; 
 	border-left: 1px; 
 	border-right: 1px; 
 	border-bottom: 1px; 
 	border-color: #666666; 
 	border-style:dotted;
	line-height: normal; 
	text-decoration: none
 	}

/* Text */
  /* Heading */
.heading {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: none; 
	font-weight: bold; 
	font-variant: normal; 
	color: #203D75; 
	line-height: normal; 
	text-decoration: none
	}
.subheading {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #F99922; 
	line-height: normal;  
	text-decoration: none
	}
	
  /* Body Text */
.text {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13 px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	line-height: normal; 
	text-transform: none; 
	text-decoration: none
	}
.text2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	line-height: normal; 
	text-transform: none; 
	text-decoration: none
	}
.text3 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	line-height: normal; 
	text-transform: none; 
	text-decoration: none
	}
.text4 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	line-height: normal; 
	text-transform: none; 
	text-decoration: none
	}

.copyright {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #FFFFFF; 
	line-height: normal;  
	text-decoration: none
	}
ul {
	margin: 0;
	padding: 0;
	display: inline;
	}

.list {
	list-style-image: url(images/arrow.gif);
	margin-left: 0;
	align: justify
	}

/* Links */
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	color: #0072BC; 
	line-height: normal; 
	text-decoration: none
	}
.link:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	color: orange; 
	line-height: normal; 
	text-decoration: underline
	}


/* Forms */
.inputstyle {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 20246B
	line-height: normal; 
	text-decoration: none
	}

