/* ------------------------------------------------ */
/* Programmer:  Travis Brown ---------------------- */
/* Purpose:  Scholarship Search Engine ------------ */
/* Email:  travis@tserver.net --------------------- */
/* Phone:  (336) 963-6039 ------------------------- */
/* Copyright:  2008 ------------------------------- */
/* Liscensed To:  Randolph Community College ------ */
/* ------------------------------------------------ */
body {
background : block;
background-image : url('/img/randolph_logo.gif');
background-repeat : no-repeat;
background-position : center;
background-attachment : fixed;
}
a 
{
	color:#002F8B; 
	text-decoration:underline;
}
a:hover 
{
	color:#002F8B; 
	text-decoration:none;
}
a:visitted 
{
	color:#002F8B; 
	text-decoration:underline;
}
a:visited:hover 
{
	color:#oo2F8B; 
	text-decoration:none;
}
.row1 
{
	background-color:#C0C0C0; 
	color:#000000;
}
.row0 
{
	background-color:#002F8B; 
	color:#FFFFFF;
}
.row1 a 
{
	color:#000000; 
	text-decoration:none;
}
.row1 a:hover 
{
	color:#000000; 
	text-decoration:underline;
}
.row1 a:visited 
{
	color:#000000; 
	text-decoration:none;
}
.row1 a:visited:hover 
{
	color:#000000; 
	text-decoration:underline;
}
.row0 a 
{
	color:#FFFFFF; 
	text-decoration:none;
}
.row0 a:hover 
{
	color:#FFFFFF; 
	text-decoration:underline;
}
.row0 a:visited 
{
	color:#FFFFFF; 
	text-decoration:none;
}
.row0 a:visited:hover 
{
	color:#FFFFFF; 
	text-decoration:underline;
}
.redtext
{
	color:#FF0000;
}