body {
	font-family:Arial,Helvetica;
	font-size:11pt;
}
td {
	font-family:Arial,Helvetica;
	font-size:10pt;
}
td.labeled {
	font-size:8pt;
	color:#333366;
	padding:4px 2px 0px;
}

td.leftBrdr {
	border-color:#000000;
	border-style:solid;
	border-width:0 0 0 1;
}

td.rghtBrdr {
	border-color:#000000;
	border-style:solid;
	border-width:0 1 0 0;
}

a {
	color:gray;
	font-family:Arial, Helvetica;
	text-decoration:none;
}
a:hover {
	color:gray;
	text-decoration:underline;
}
a.On {
	color:gray;
}
a.navMain {
	color:#FFFFFF;
	font-family:Arial,Helvetica;
	font-size:10px;
	text-decoration:none;
}
a.navMain:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
a.navMainOn {
	color:#0000CC;
	font-family:Arial,Helvetica;
	font-size:10px;
	text-decoration:none;
}

input {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#EEEEEE;
	color:#000099;
	font-family:Courier New,Monaco,monospace;
	font-size:10pt;
	padding-left:2px;
	padding-right:2px;
}
.selectStyle {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#EEEEEE;
	color:#000099;
	font-family:Courier New,Monaco,monospace;
	font-size:10pt;
	padding-left:2px;
	padding-right:2px;
}
.inputReqd {
	border-style:solid;
	border-width:1px;
	border-color:#993333;
	background-color:#EEEEEE;
	color:#000099;
	font-family:Courier New,Monaco,monospace;
	font-size:10pt;
	padding-left:2px;
	padding-right:2px;
}


.buttonStyle {
	background-color:#333333;
	border-color:#FF0000 #990000 #990000 #FF0000;
	border-style:solid;
	border-width:2px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	font-variant:small-caps;
	padding:3px;
}
.buttonStyle:hover {
	color:#FFFFFF;
	text-decoration:none;
}

