@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 11px;
	/*color: #848484;*/
	color:#4F4F4F;
}

input, select{
	font-family: Tahoma;
	font-size: 11px;
}

.monthly-contest{
	background-image:url(../images/monthly-contest-background.jpg);
	background-repeat:no-repeat;
}
.dark-blue-heading{
	color:#1F64A5;
	font-weight:bold;
}
.dark-grey-text{
	color:#686868;
};
.dark-grey-text2{
	color:#3D3D3D;
}
.input-box1{
	border-style:solid;
	border-color:#AA8383;
	border-width:1px;
}
a{
	color:#965151;
}
.footer{
	background-image:url(../images/footer-gradient.jpg);
	background-repeat:repeat-x;
	color:white;
}
.footer-links{
	color:white;
	text-decoration:none;
}
.footer2-bg{
	background-color:#682A2A;
	color:#C87676;
}
.footer2-link{
	color:#C87676;
	text-decoration:none;
}

.notification{
	color:#990000;
	font-weight:bold;
}
.table-border{
	border-width:1px;
	border-collapse:collapse;
}
.more-info{
	color:#808080;
}
.small{
	font-size:10px;
}
.white{
	color:white;
}
.red{
	color:#990000;
}