body
{
	background-color: #f3f2f2;
}
.color {
    background-color: #e51837;

}
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: blue; }

.admin_table
{
	border:1px solid black;
}

.admin_table th
{
	font-weight:bold;
	font-family:Arial;
	font-size:10pt;
	text-align:right;
	padding-right:4px;
	background-color:black;
	color:white;
}

.admin_table td
{
	font-family:Arial;
	font-size:10pt;
	background-color:#efeeee;
}

.bodytext {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    color: #000000;

}

.header {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    font-style: normal;

    font-weight: bold;

	text-align: left;

}

.mainheader {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 24px;

    font-style: normal;

    font-weight: bold;

}

.loginheader {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    font-style: normal;

    font-weight: bold;

}

.smallbodytext {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    color: #000000;

}

.form {

	color: #000000;  

	font-style: normal; 

	font-family: verdana; 

	font-weight: normal; 

	font-size:10px; 

	background-color: #e5e5e5

}



.searchtable {

	/* border: thin solid #ff0084; */
	/* background-color: white; */
	border:2px solid #00729e;
	/*background-color:lightyellow;*/
	background-color:#ffffff;
	/*color: #0063dc;*/
	padding-bottom:15px;
	padding-top:15px;
	margin-left:5px;
}



.errortext {
	font-family:Arial, Helvetica, sans-serif;
	color: red;
	font-size: larger;
	font-weight:bold;
}

.forminput {

	text-align: left;

	font-weight: normal;

	font-size: 9px;
	
	width:130px;
	
	height:15px;
	
	border:1px solid #00729e;
	
}

.newbodytext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    /*color: #0063dc;*/
	color:#000000;
	text-align: left;
}

div.dashboard {

	background-image: url("images/new_bg.jpg");
	background-repeat: no-repeat;
	border:1px solid #00729e;
	background-color:#ffffff;
}

.required {
	font-weight: bold;
}

.TenPtArial {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#about_text
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
	position:relative;
	top:-30px;

	width:500px;
}

#about_title
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align:left;
	position:relative;
	top:-45px;

}

.admin_header a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.admin_header a:visited {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.admin_header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
}
