/* EDIWatch CSS 2008 v1 */

html { 
	min-height: 100%;
	margin-bottom: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	background-color: #EEEEEE;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
}

/* TEXT STYLES */

table {
	color: #333333;
	font-size: 11px;
}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.subhead {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	line-height: 28px;
}
.subheadlow {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
.press {
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #003399;
}
.red {
	color: #A30101;
}
.redbold {
	font-weight: bold;
	color: #CC6600;
}
.goldbold {
	font-weight: bold;
	color: #CC6600;
}
.blue {
	color: #003399;
}
.gray {
	color: #999999;
}
.home {
	font-size: 12px;
}
li{
	list-style-image: url(/images/bullet.gif);
	padding-bottom: 10px;
	margin-left: -10px;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
}

/* LINK STYLES */

a { 	
	color: #000099;
}
a:hover {
	color: #CC6633;
	text-decoration: underline;
}
.apress {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}
.agrey {
	color: #777777;
}

.amenu {
	color: #000099;
	text-decoration: none;
}
.amenucurr {
	color: #CC6633;
	text-decoration: none;
}
.amenu:hover, .amenucurr:hover {
	color: #CC6633;
	text-decoration: none;
}

