

/* DISCLAIMER */

.disclaimer {
	color : #fff;
	background-color : transparent;
	font : 100% verdana, arial, helvetica, sans-serif;
}

a.disclaimer, a.disclaimer:visited {
	color : #fff;
	background-color : transparent;
	font : 100% verdana, arial, helvetica, sans-serif;
	text-decoration : underline;
}

a.disclaimer:hover, a.disclaimer:active {
	color : #ccc;
	background-color : transparent;
	font : 100% verdana, arial, helvetica, sans-serif;
	text-decoration : underline;
}

/* Headers */

H2.grayhead {
	color : #7d7d7d;
	background-color : transparent;
	font : bold 130% arial, helvetica, sans-serif;
	margin : 0;
	padding : 0 0 10px 0;
}

a.bluehead, a.bluehead:visited {
	color : #2D52A4;
	background-color : transparent;
	font : bold 160% arial, helvetica, sans-serif;
	text-decoration : none;
}

a.bluehead:hover, a.bluehead:active {
	color : #2D52A4;
	background-color : transparent;
	font : bold 160% arial, helvetica, sans-serif;
	text-decoration : underline;
}

/* Content TD definitions */

.maincontent {
	margin : 0;
	padding : 5px 0 0 0;
}

.textbox {
	margin : 0;
	padding : 0 20px 0 0;
}
/* Base Properties */

.bluetext {
	color : #2D52A4;
	font : 100% verdana, helvetica, sans-serif;
}


p {
	color : #000;
	background-color : transparent;
	margin : 0 0 10px 0;
	padding : 0;
}

td {
	font : 70% verdana, helvetica, sans-serif;
}


a {
	color: #339;
	background-color : transparent;
}

a:visited {
	color: #639;
	background-color : transparent;
}

a:hover, a:active {
	color: #000;
	background-color : transparent;
}

.blue {
	font-weight : bold;
	color : #336;
	font-family : arial, helvetica, sans-serif;
	text-decoration: none;
}

.gray {
	font-weight : bold;
	color : #7d7d7d;
	font-family : arial, helvetica, sans-serif;
	text-decoration: none;
}

.head1{ 
	color: #666666;
	font-family: arial, helvetica, verdana;
	font-size: 90%; text-decoration: none;
	font-weight: bold;
	margin : 0 10px 10px 0;
}

/* Miscellaneous */

a.heavy, a.heavy:visited {
	color: #339;
	background-color : transparent;
	font-size: 110%;
	font-weight : bold;
	font-family : arial, helvetica, sans-serif;
	text-decoration: none;
}

a.heavy:hover, a.heavy:active {
	color: #666;
	background-color : transparent;
	font-size: 110%;
	font-weight : bold;
	font-family : arial, helvetica, sans-serif;
	text-decoration: underline;
}
