/* CSS Document */
body
{
	background:#606060 url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
.gtitle
{
	color:#616161;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.grayCaptitle
{
	color:#666666;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
}

.grntitle
{
	color:#759B00;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}

.gbluetitle
{
	color:#008080;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}

.Captitle
{
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	border-left:5px solid #008080;
	padding-left:5px;
}

.bigtitle
{
	color:#008080;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
}

.nrmltext
{
	color:#616161;
	font-family:tahoma;
	font-size:13px;
}
.smalltext
{
	color:#616161;
	font-family:verdana;
	font-size:10px;
	line-height:normal;
}

.whiteSmalltext
{
	color:#CCCCCC;
	font-family:verdana;
	font-size:11px;
}

.itext
{
	color:#616161;
	font-family:"times new roman";
	font-size:13px;
	font-style:italic;
}
.iBoldtext
{
	color:#333333;
	font-family:"times new roman";
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
.spacing
{
	margin-bottom:5px; margin-top:5px;
}

.tblgray
{
	width:92%;
	border:1px solid #CCCCCC;
	margin:0px;
	background-color:#e3e3e3;
}

hr.c1
{
	border:1px dotted #999999;
	width:75%;
	height:1px;
	
}

a
{
	color:#616161;
	font-family:tahoma;
	font-size:12px;
}
a:hover
{
	color:#339900;
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
}

a.afooter{ font-family:arial; font-size:11px; color:#999999; text-decoration:none; }
a:hover.afooter{ font-family:arial; font-size:11px; color:#f9f9f9; text-decoration:none; }
