a:link		{color: #4c90c0; text-decoration: none; border-bottom: none;}
a:visited		{color: #4c90c0; text-decoration: none; border-bottom: none;}
a:hover		{color: #6fb3e3; text-decoration: none; border-bottom: 1px dotted #6fb3e3;}
a:active		{color: #6fb3e3; text-decoration: none; border-bottom: 1px dotted #6fb3e3;}

a.none		{border-bottom: none;}

html, body {
	font-family: verdana, helvetica;
	color: #777978;
	font-size: .8em;
	min-height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	}

.model {
	font-size: 1.1em;
	font-weight: bold;
	min-height: 100%;
	margin: 0px;
	padding: 4px;
	width: 90px;
	background-color: #f0f0f0;
	}

.header {
	font-size: 1.3em;
	font-weight: bold;
	min-height: 100%;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #f0f0f0;
	border-right: 3px solid #f0f0f0;
	}

.feature {
	font-weight: bold;
	min-height: 100%;
	text-align: left;
	margin: 0px;
	padding: 4px 10px;
	width: 290px;
	border-right: 1px solid #f0f0f0;
	}

.footer {
	font-size: 1em;
	font-weight: bold;
	min-height: 100%;
	margin: 0px;
	padding: 10px;
	background-color: #f0f0f0;
	}

.hilite {
	color: #CC3636;
	}
	
td	{
	text-align: center;
	}

