.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #222222;
	vertical-align: top;
	padding: 10px
	}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #222222;
	vertical-align: top;
	}
.denote {
	color: #FF0000
	}
/* Subpage Top Main navigation menu */

#menu {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	
	}

#menu ul li {
	display: block;
	float: right;
	padding: inherit;
	background-color: #414141;
	border-right: 1px solid #CCCCCC;
	}

#menu ul li a {
	width: 70px;
	height: 20px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: 414141;
	font-size: 11px;
	border-right: 1px solid #FFFFFF;
	}

html>#menu ul li a  {
	font-size: 10px;
	vertical-align: middle;   
	} 

#menu ul li a:hover {
	color: #000;
	background: #FFCC00;
	}

#menu a:active	{
	background: #c60;
	color: #CCCCCC;
	font-weight: bold;
	}

/* Subpage Navigation Menu */
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; 						/* Width of Menu Items */
	}
	
#subnav li {
	border-bottom:1px solid #BBBBBB;
	}	

#subnav ul li a {						/* Styles for Menu Items */
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	background: #FFCC00;
	padding: 4px;						/* height of menu cells */ 
	text-align: center;
	}

#subnav ul li a:hover {					/* Hover Styles */
	color: #CCCCCC;
	background: #414141;
	font-weight: normal;
	} 

#subnav ul li a:active	{
	color: #CCCCCC;
	background: #c60;
	font-weight: bold;
	color:#333333;
	}
	
.border {
	background-color: #FFFFFF;
	border: 2px outset #666666;
}



.hostcell {	
	background-color:#FFFF99;
	border-bottom:1px solid #666666;
}
.hostcellalt {	
	background-color:#FFFFFF;
	border-bottom:1px solid #666666;
}
.host_headline {	
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000066
}
.hostsubtext {font-size: 10px}
.host_table {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #666666;
	border-color: #333333;
	padding: 2px 0 2px 10px
}

/* Begin Contracts Table Formatting */
.tsupport {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.ttitle {
	font-weight:bold;
	color:#000066;
	background-color:#EEEEEE;
	border-right: 1px solid #CCCCCC;
}
.ttitle-rightcell {
	font-weight:bold;
	color:#000066;
	background-color:#EEEEEE;
}
.tbody {
	font-weight:normal;
	color:#333333;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.tbody-rightcell {
	font-weight:normal;
	color:#333333;
	border-top: 1px solid #CCCCCC;
}
.ctitle {
	font-weight:bold;
	color:#000066;
}
