/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 12pt;
}
TD
{
	font-size: 12pt;
}
TABLE.maintable
{
	width: 733px;
}
TD.headercell
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}
TD.leftsidecell
{
	border-right: #990100 3px solid;
	padding-left: 3px;
	width: 150px;
	background-repeat: repeat-y;
}
TD.leftsidecellhome
{
	padding-left: 20px;
	background-image: url(images/leftbghome.gif);
	width: 215px;
	background-repeat: repeat-y;
}
TD.verticalborderleft
{
	BACKGROUND-POSITION-X: left;
	background-image: url(images/verticalborderbg.gif);
	width: 20px;
	background-repeat: repeat-y;
}
TD.verticalborderright
{
	BACKGROUND-POSITION: right  top;
	background-image: url("images/verticalborderbg.gif");
	width: 20px;
	background-repeat: repeat-y;
}
TD.contentcell
{
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
	width: 445px;
	
}
TD.optionscelltop
{

	background-color: #5b81a8;
}
TD.optionscell
{

}

DIV.topmenu
{
	z-index: 1;
	left: 38px;
	position: absolute;
	top: 122px;
	line-height: normal;
	letter-spacing: normal;
	font-size: 8pt;
}
DIV.undertitle
{
	font-weight: bold;
	font-size: 12pt;
	z-index: 1;
	left: 225px;
	color: #fe0000;
	font-family: Verdana, Arial;
	position: absolute;
	top: 40px;
}
A.toplinks, A.toplinks:visited, A.toplinks:active
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial;
	text-decoration: none;
	letter-spacing: normal;
	line-height: normal;
}
A.toplinks:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #990100;
	line-height: normal;
	font-family: Verdana, Arial;
	letter-spacing: normal;
	text-decoration: none;
}
A, A:visited, A:active
{
	color: blue;
	text-decoration: none;
}
A:hover
{
	color: blue;
	text-decoration: underline;
}
H1, .pagetitle
{
	font-weight: bold;
	font-size: 14pt;
	color: #fe0000;
	font-style: italic;
	font-family: Verdana, Arial;
}