/* CSS Document */

body {
	background-color: #ECE9D8;
}

a:link, a:visited{
	color:#9B0202;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}
	
#footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6E3E0C;
	line-height:18px;
}

.footer2 {font-size: 10px}

.table{
	background-image:url(../images/home_ro.jpg);
	background-repeat:repeat-y;
	}
	
.content{
		margin: 10px 35px 10px 20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height: 20px;
		font-size:12px;
		color:#663300;
		}
		
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
	
.spcr{
	height:25px;
	}
.required {
	font-size: 10px;
	color: #9B0202;
}

a.textLink:link, a.textLink:visited{
	text-decoration:underline;
	}
	
a.textLink:hover{
	text-decoration:none;
	}