.alink
{
	font-family: Tahoma;
	font-size:11px;
	color: #6FB900;
	text-decoration: none;
}
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.modelsListCell
{
	border-right: white 1px solid;
	padding-right: 5px;
	border-top: white 1px solid;
	display: block;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: white 1px solid;
	cursor: hand;
	color: black;
	padding-top: 5px;
	border-bottom: white 1px solid;
	background-color: lightgrey;
}
.modelsListCellOver
{
	border-right: white 1px solid;
	padding-right: 5px;
	border-top: white 1px solid;
	display: block;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: white 1px solid;
	cursor: hand;
	color: white;
	padding-top: 5px;
	border-bottom: white 1px solid;
	background-color: #cd0000;
}
body
{
	font-family:Tahoma;
}
.heading1
{
	font-family:Arial;
	font-size:15pt;
	color: #6FB900;
}
.heading2
{
	font-family:Arial;
	font-size:12pt;
	color: #FFFFFF;
	font-weight:bold;
}
.heading3
{
	font-weight: bold;
	font-size: 12pt;
	color: #6FB900;
	font-family: Arial;
}
.heading4
{
	font-weight: bold;
	font-size: 10pt;
	color: dimgray;
	font-family: Arial;
}
.selectedPage
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	display: block;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	color: dimgray;
	padding-top: 5px;
	font-family: Tahoma;
	background-color: gainsboro;
}
.selectedNotPage
{
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	color: dimgray;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	font-family: Tahoma;
	background-color: whitesmoke;
}
.selectedpagecontent
{
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: gainsboro;
	padding:5px;
}