/*CSA*/
/*further information contact tiffany@eglobal.net*/

/*COLORS*/
.bgGrey1 { background-color : #333333;}
.bgGrey2 {	background-color : #A7A7A7;}
.fgOrange {
	color: 	#FF8C00;
}

/*BODY*/
body {
	background-color : #FFFFFF;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	scrollbar-arrow-color : #008B8B;
	scrollbar-base-color : #F5F5F5;
color : #006666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
/*standard links*/
a:link {
	color : #008B8B;
}
a:hover { 
	color : #FF8C00;
}
.Menu {
	font-family : Tahoma, Trebuchet MS, Verdana;
	/*font-style : italic;*/
	font-weight : bold;
	color : #A7A7A7;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}
a:link.Menu{
	color: #A7A7A7;
	text-decoration : none;
}
a:hover.Menu { 
	color : Black;
	text-decoration : none;
}
a:active.Menu { 
	color : Black;
	text-decoration : none;
}
.breadcrumb {
	color: #000000;
	font-size : 10px;
	text-decoration: none;
}
a:link.breadcrumb{
	color: #000000;
	text-decoration: none;
}
a:hover.breadcrumb { 
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}
/*BODY COMPONENTS*/

td{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
td.textright{
	text-align:right;

}
p{
	text-align: justify;
}

H1 {
	font-family: Arial, Verdana;
	font-size:18px;
	font-weight : bold;
	color : #FF8C00; 
	text-align: left;
}
.h1mimic{
font-family: Arial, Verdana;
	font-size:18px;
	font-weight : bold;
	color : #FF8C00; 
	text-align: left;
}
H2 {
	font-family: Arial, Verdana;
	font-size:16px;
	font-weight: bold;
	color : #CC3333;
	text-align: left;
}
.h2mimic{
	font-family: Arial, Verdana;
	font-size:16px;
	font-weight : bold;
	color : #CC3333; 
	text-align: left;
}
H3{

	font-size:12px;
	font-weight:bold;
	color:#006666;
	margin-bottom : 10px;
	text-align: left;
}
.smalltext {
	font-size:10px;
}
hr {  
	width: 100%; 
	color: #006666;
	height: 1px
}
ul {
	margin-bottom : 0px;
	margin-left : 20px;
	text-indent : 0pt;
}
li {
	margin-bottom : 8px;
}
dfn {
	cursor : help;
}
.imageright {
	float : right;
}
.imageleft {
	float : left;
	margin-right : 10px;
}
/*form elements*/
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	height: 19px;
}

.w120 {
	width: 120px;
}
.w100 {
	width: 100px;
}
.w80 {
	width: 80px;
}
