/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333333;
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
a:link {
	color: #666666;
}
a:hover	{
	color:#FF6600;
	text-decoration:none;
	}
a:visited	{
	color:#666666;
	}
	
/* custom text styles */

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#993300;}
.txt1 {
	font-size: 11px;
	font-weight: bold;
	color:#333333;}
.txt2 {
	font-size:10px;
	font-weight:bold;
	color:#FF6600;}

.txt16 {
	font-size:14px;
	font-weight:bold;
	color:#993300;}
	
.txt16b {
	font-size:14px;
	font-weight:bold;
	color:#333333;}
	
.txt14 {
	font-size:14px;
	font-weight:bold;
	color:#FF6600;}

.txt12 {
	font-size:12px;
	color:#333333;}
	
.txt12g {
	font-size:12px;
	color:#CC0000;}
	
.txt12o {
	font-size:12px;
	color:#FF6600;}

.txt3MiniRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
}
.txt3MiniWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.txt3MiniGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.txt4MiniLtGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.td-1 {
	font-size: 9px;
	color:#CCCCCC
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* .linkGrey properties */
.linkGrey	{
	font-size: 9px;
	color:#666666;
}
.linkGrey:link	{
	font-size: 9px;
	color:#666666;
	text-decoration:none;
}
.linkGrey:hover	{
	color:#999999;
	text-decoration:underline;
}
.linkGrey:visited {
	color:#666666;
	text-decoration:none;
}
	
.linkOrange	{
	font-size: 10px;
	color:#FF6600;
}
.linkOrange:link	{
	font-size: 10px;
	color:#FF6600;
	text-decoration:underline;
}
.linkOrange:hover	{
	color:#FFFFFF;
	text-decoration:none;
}
.linkOrange:visited {
	color:#FF6600;
	text-decoration:none;
}
		
	
	
	
	
/* custom UL properties */
.ulWhite {
	margin-left:-0.15em;
	/* padding-left:-1em; */
	/* text-indent:0em; */
	list-style-position: inside;
	list-style-image:  url("../images/bullets/bulletWhite.gif");
}
.ulRed {
	margin-left:-0.15em;
	/* padding-left:-1em; */
	/* text-indent:0em; */
	list-style-position: inside;
	list-style-image:  url("../images/bullets/bulletRed.gif");
}
.ulWhiteF60 {
	margin-left:1em;
	/* padding-left:-1em; */
	text-indent:-1.5em;
	list-style-position: inside;
	list-style-image:  url("../images/bullets/bulletWhiteF60.gif");
}
.button {
	cursor:hand;
	color:#666666;
	font-size:10px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.forminput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
