body
{
	margin:0px;
	background-color:White;	
}
.menuItem
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	border-width:5px;
	width:100%;
}
.menuArea
{
	border-width:0px;
	padding:0px;
}
.sectionLink
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:Gray;
	text-decoration:none;
}
.inputLine
{
	font:verdana normail bold 10px;
	border:1px solid black;
	width:200px;	
}
.selectBox
{
	font:verdana normail bold 10px;
	border:1px solid black;
	width:200px;	
}

.button
{
	border:1px solid black;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	width:auto;
	height:20px;	
}

.inputTitleCell
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	/*background-color:#F1F1F1;*/
}

.inputTitleCell2
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	/*background-color:#F1F1F1;*/
	background-color:#dcdcdc;
	
}
.data
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
}

.subSectionLink
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:blue;
	text-decoration:underline;	
}
.selectBox
{
	width:200px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}
.messageArea
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;	
	color:Black;
}
.starArea
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;	
	color:red;
}
.sectionTitleCell
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: Verdana;
	background-color: #cccccc;
}
.anyLink
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:Blue;
	text-decoration:none;
}
.anyLink:HOVER
{
	text-decoration:underline;
}

.smallLink
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:Blue;
	text-decoration:none;
}
.smallLink:HOVER
{
	text-decoration:underline;
}

.notActive
{
	color:red;		
}
.navigationTitle
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;	
}
TR.listRow
{
	background-color:White;
}
TR.listRowAlternate
{
	background-color: #ffffcc;
}
.title1
{
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
	color:White;
}

.title2
{
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	color:black;
}

.sectionTitle
{
	font-weight: bold;
	font-size: 10px;
	color: #ff9933;
	font-style: normal;
	font-family: Verdana;
}
.tabLinkCell
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana;
	background-color: darkgray;
	text-decoration: none;
	cursor:hand;
}

.tabLinkActiveCell
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana;
	background-color: gainsboro;
	text-decoration:underline;
	cursor:hand;
}

.dummy
{
	visibility:hidden;
	display:none;
}

.listRowSelectible
{
	background-color:White;
	cursor:pointer;
}

.listRowSelectibleHOVER
{
	background-color:Silver;
	cursor:pointer;
}

.listRowAlternateSelectible
{
	background-color: #ffffcc;
	cursor:pointer;
}

.listRowAlternateSelectibleHOVER
{
	background-color:Silver;
	cursor:pointer;
}