A img {border: none; }
A{
	color: #000;
	text-decoration:underline;
}
A:visited{
	color: #000;
}
A:hover{
	color: #000;
	text-decoration:none;
}


A.stealthLink, A.stealthLink:hover, A.stealthLink:visited{
	color: #000000;
	text-decoration:none;
}
A.browseFieldLink, A.browseFieldLink:hover, A.browseFieldLink:visited{
	color: #555555;
	text-decoration:none;
}

body{
	background-color: #00ff00;
	margin: 0px 0px 0px 0px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 12px;
}
table{
	background-color: #ffffff;
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
}
h1{
	text-align: center;
}

td.menuButton{
	background: url(./images/cr/cellBg.png) no-repeat scroll center;
	font-family: Verdana;
	font-weight: bold;
	font-size:18px;
	color: #000;
	padding: 0px;
}
A.menuButton, A.menuButton:visited{
	color: #000;
	text-decoration:none;
}
A.menuButton:hover{
	color: #000;
	text-decoration:underline;
	font-weight:bold;
}

td.mainCell{
	height: 100%;
	padding-top: 10px;
}

.footer{
	font-family: Georgia;
	font-size: 10px;
}

table.errormessage
{ text-align: left;
font-family: Georgia;
font-weight: normal;
font-size: 11px;
color: #a50000;
width: 300px;
background-color: #ffffff;
border: 1px #a50000 dotted;
border-collapse: collapse;
border-spacing: 0px;}

.errorHd
{ border-bottom: 1px dotted #A50000;
background-color: #FFa5a5;
text-align: center;
font-family: Georgia;
font-weight: bold;
font-size: 11px;
color: #a50000;}

table.message
{ text-align: left;
font-family: Georgia;
font-weight: normal;
font-size: 11px;
color: #000000;
width: 300px;
background-color: #ffffff;
border: 1px #a5a500 dotted;
border-collapse: collapse;
border-spacing: 0px;}

.msgHd
{ border-bottom: 1px dotted #a5a500;
background-color: #FFFFa5;
text-align: center;
font-family: Georgia;
font-weight: bold;
font-size: 11px;
color: #0000ff;}

table.successmessage
{ text-align: left;
font-family: Georgia;
font-weight: normal;
font-size: 11px;
color: #000000;
width: 300px;
background-color: #ffffff;
border: 1px #00a500 dotted;
border-collapse: collapse;
border-spacing: 0px;}

.successHd
{ border-bottom: 1px dotted #00a500;
background-color: #a5ffa5;
text-align: center;
font-family: Georgia;
font-weight: bold;
font-size: 11px;
color: #00a500;}

table.secureTable{
	background: url(./images/secureTableBg.png) no-repeat scroll top center;
	border-bottom: 1px #191970 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 11px;
}

.shapeOnly, td.shapeOnly{
	border: 0px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table.dilTable, table.dilTable_noIndent, table.dilTable_side{
	text-align: left;
	width: 100%;
	border: #000 1px solid;
}

.dilTable th, .dilTable_noIndent th, .dilTable_side th{
	background-color: #000000;
	color: #0f0;
}

A.dilThLink{
	color: #ffffff;
	text-decoration:underline;
}
A.dilThLink:hover{
	color: #ffffff;
	text-decoration:none;
}

.dilTable td{
	padding-left: 25px;
}
.dilTable_side td{
	padding-left: 10px;
}

.dilTableHighlight{
	background-color: #ff8080;
}

.mediaCaption{
	text-align: left;
	font-size: 16px;
}

.thumbnail{
	/*display: inline;
	width: 100px;
	height: 100px;*/
	vertical-align: center;
}

td.thumbCell{
	padding: 0px;
	text-align: center;
	width: 100px;
	height: 100px;
}

blockquote.toolTip{
	text-align: left;
	width:175px;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: -1000px;
	left: -1000px;
	border: 1px solid #000;
	z-index: 100;
	background-color: #F4F4D0;
	-moz-border-radius: 7px;
	-moz-opacity: .80;
	opacity: .80;
	filter: alpha(opacity=80);
}
div.durp{
	text-align: center;
	text-decoration: none;
	font-family: Georgia;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	width: 100%;
}

