/* CSS Document */


/* Global */
*{	
	font-family: Verdana, Arial, sans-serif; 
	font-size:11px;
	}

	
/* Tag */	
a:link {

	color:#000000;
	/*
	font-size:11px;
	font-weight:normal;
	letter-spacing:-1px;
	text-decoration:none;
	*/
}
a:visited {

	color:#000000;
	/*
	font-size:11px;
	font-weight:normal;
	letter-spacing:-1px;
  text-decoration: none;
  */
}
a:hover {

	color: #000000;
	/*
	font-size:11px;
	letter-spacing:-1px;
	*/
	/* text-decoration: underline; */
}
a:active { 

	color:#000000;
	/*
	font-size:11px;
	font-weight:normal;
	letter-spacing:-1px;
  	text-decoration: underline;
	*/
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-attachment: scroll;
	/* background-image: url(../images/background.jpg); */
   background-repeat: repeat-x;
	background-position: left top;
	
}
div {
	margin:0px; padding:0px;
}
img {
	margin:0px;
	padding:0px;
	border:0px;	
}
form {
	margin:0px; padding:0px;
}
p {
	margin:0px;
	padding:0px;
}

td {
	margin:0px;
	font-size:11px;
	color:#000000;
	}
		
/* Class */
/*
.breadcrumbarea {
	background-color:#DADACB;
	border:0px;
	color:#333333;
	font-size:10px;
	height:25px;
	width:743px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	}	

*/

	
	.rColHead {
	font-family: "Franklin Gothic Medium";
	font-size: 15px;
	color:#000033;
	font-weight:bold;
	}
	
	.lColHead { 
	font-size: 15px;
	color:#000033;
	font-weight:bold; 
	}
	
	.specialTable{
		padding-left: 11px;

	}
	
	.aboutHead {
		
	font-size:18px;	
	color:#415579;
	font-weight: bold;
	}
		.smalltxt {
	font-size:9px;
	text-decoration:none;
	}
	
	
	.SmOrange{
		font-size: 11px;
	color:#993300;
	}
	
	.blank{
		font-size: 5px;
	}
	



.white {
	font-size:11px;
	color:#FFFFFF;
	}
.black {
	font-size:11px;
	color:#000000;
	}
.bul {
	color:#AA5529;
	}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	height: auto;
	border-spacing: 10px;	
	}
.question {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	
	
	