/*defines the body general properties*/
body {
	background-image: url('images/bg.gif');
	margin: 0px;
	font-family: verdana, arial, helvetica;
	font-size: 80%;
	color:#5C5C5C;	
	}

a:link {
	color: #7a0126;
	text-decoration: none;
}
a:visited {
	color: #7a0126;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}

a.one:link {color: White}
a.one:visited {color: white}
a.one:hover {color: maroon}

table
{
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
}

.table1
{
	font-family: verdana, arial, helvetica; 
	font-size: 8pt;
	border:1px solid #efefef;
	background: #f8f8f8;
}


.tdcaption
{
	border-bottom: 1px solid #FF3C3C;
	background: #9D0229;
	font-family: verdana;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	color: #cccccc;
	text-align: center;
}

.tdbottom
{
	font-family: verdana;
	font-size: xx-small;
	color: white;
	border-bottom: #ffdf9d 1px solid;
	background: #9c9c9c;
	padding: 4pt;
}

.tablemargin
{
	margin-top: 4;
	margin-bottom: 4;
}

.tdc
{
	border: 1px solid #DADADA;
	font-family: arial;
	font-size: 10 pt;
	text-align: justify;
	vertical-align: 125%;
}

input 
{ 
 border: #ffcc62 1px solid;
 font-family:Verdana;
 font-size:8pt; color:#29519C;
}

.inputbtn
{
background-image: url('images/inputbg.gif');
}

.inputbtn1
{
	color: #003399;
	border: #99ccff 1px solid;
	background-image: url('images/inputbg1.gif');
}


select
{
 font-family: Verdana;
 font-size: 8pt; color: #000080;
 background-color: #ffead5;
}

TEXTAREA
{ 
 border: #ffdf9d 1px solid;
 font-family:Verdana;
 font-size:8pt; color:#29519C;
}
hr
{
	width: 90%;
	color:#cccccc;
	height: 1px;
}
