/* CSS Document */
body {
	margin: 0px;
	padding:0px;
	background-color: #DCDCDC;	
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x; 
	font-style: normal;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	color:#333333;
}

form{
	padding:0px;
	margin:0px;
}

.content {
	font-style: normal;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	
}

.h1 {
	font-style: normal;
	font-size: 24px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color:#990000;
}

.h2 {
	font-style: normal;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color:#333333;
}

.class2 A:link {
	text-decoration: none;
	color: #990000;
	font-size: 12px;
}
.class2 A:visited {text-decoration: none; color: #990000;}
.class2 A:active {text-decoration: none; color: #990000;}
.class2 A:hover {text-decoration: underline; color: #ff0000;}

.greyed {
	font-size: 10px;
	color: #999999;
}

.star{
	color:#990000;
	
}
