/* CSS definition file containing sitestyle stylesheets */

/* Body */
BODY {
	background-color:#666666;
	}

/* Navigation */
.submenu {
	font-family: Arial,Verdana; 
	font-size: 11px;
	font-weight: bold;
	font-variant: normal; 
	color: black;
	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: #C4BA69;
	line-height: normal; 
	text-decoration: none
	}

/* Table */
 .tableborder { 
 	border-top: 0px; 
 	border-left: 0px; 
 	border-right: 0px; 
 	border-bottom: 1px; 
 	border-color: #999999; 
 	border-style:dotted;
	line-height: normal; 
	text-decoration: none
 	}
  .tableborder_new { 
  	border-top: 1px; 
  	border-left: 1px; 
  	border-right: 1px; 
  	border-bottom: 1px; 
  	border-color: red; 
  	border-style:solid;
 	line-height: normal; 
 	text-decoration: none
 	}
  .tableborder_topcorner { 
  	border-top: 0px; 
  	border-left: 1px; 
  	border-right: 0px; 
  	border-bottom: 1px; 
  	border-color: #999999; 
  	border-style:dotted;
 	line-height: normal; 
 	text-decoration: none
 	}

/* Text */
  /* Heading */
  .ad { 
  	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; 
  	font-size: 24px; 
  	font-style: none; 
  	font-weight: bold; 
  	font-variant: normal; 
  	color: darkblue; 
  	line-height: normal; 
  	text-decoration: none
	}
.heading { 
  	border-top: 1px; 
  	border-left: 0px; 
  	border-right: 0px; 
  	border-bottom: 1px; 
  	border-color: #EFEFEF; 
  	border-style:solid;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 15px; 
	font-style: none; 
	font-weight: bold; 
	font-variant: normal; 
	color: #315BE8; 
	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: #333333; 
	line-height: normal;  
	text-decoration: none
	}
.form_subheading { 
  	border-top: 1px; 
  	border-left: 0px; 
  	border-right: 0px; 
  	border-bottom: 1px; 
  	border-color: #999999; 
  	border-style:solid;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #444444; 
	background-color: #f6f6f6;
	line-height: normal;  
	text-decoration: none
	}

	
  /* Body Text */
.text {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #444444; 
	line-height: normal; 
	text-transform: none; 
	text-decoration: none
	}
.copyright {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	line-height: normal;  
	text-decoration: none
	}


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


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


.alpha { border: bevel 3em }