/* CSS Document */
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
	line-height: 140%;
	text-align:justify;
}
body {
	height: 100%;
	background-color: #666666;
	background-image: url(images/rabg.gif);
	background-repeat: repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #2969D2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #e80202;
}
a:active {
	text-decoration: none;
	color: #2969D2;
}
.header{
font-size:14px;
font-weight:bold;
}
.imageframe {
	border: 6px solid #d0e1eb;
	margin: 2px 5px 5px;
}
.imageemphasize {
	font-size: 9px;
	font-style: italic;
	color: #666666;
	margin-left: 5px;
}

td.footer {
	font-size:10px;
	color:#999999;
	vertical-align: top;
		
}
td.content {
	padding: 10px;
	vertical-align: top;
}

INPUT.button { 


	background-color:#3660BB;
	color:#ffffff;
	font-family:Verdana,Arial;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #6699ff;
	border-top: 1px solid #6699ff;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
    cursor: hand;
    cursor: pointer; 
}


fieldset { border:0;margin:0;padding:0; }
label { display:block; }