/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #6B6B6B;
}
h1.header {
	font-size: 18px;
	color: #cc0000;
	margin: 0px;
}
a:link {
	text-decoration: none; 
	color:#cc0000
}
a:visited {
	text-decoration: none; 
	color: #cc0000
}
a:hover {
	text-decoration: underline; 
	color: #000000
}
a:active {
	text-decoration: none; 
	color: #000000
}
.green {
	color: #26971C;
}
li {
	list-style : url(images/g-arrow.gif);
}
.form {
	font-size: 9px;
	font-family: tahoma;
}
.formlabel {
	font-size: 9px;
}
.whitetitle {
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
}
.copyright {
	font-size: 9px;
}
.small {
	font-size: 9px;
	color: #CDCDCD;

}
.light {
	color: #B4B4B4;
}
.h1 {
	font-size: 18px;
	color: #003366;
}
.outline1 {
  border: 1px solid #cccccc;
	}
.outline2 {
  border: 2px solid #cccccc;
	}
td.bottom {
	padding-left: 15px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	border: 1px solid #cccccc;
	}

