.candidate_content {

/* top right bottom left */
	margin: 10px 10px 10px 10px;
	text-align:left;
}

/* menu items on the index.php page */

.home_menu_items {

	font-family: verdana;

}

/* welcome title on the index.php page */
H3.welcome_title {

}

/* welcome text  on the index.php page */
.welcome_text {

}

/*

Used for diplaying explanation notes above input forms.
For example, in password.php:

Here you can change your password

Click 'Submit' after you have finished making the changes.

*/

.explanation_note {


}

TABLE.order_table {

	background-color: #d9d9d9;
	width: 100%;


}

TD.order_col_head {

	background-color: #E9E9E9;
	font-weight: bold;

}

TD.order_col_data {

	background-color: #ffffff;
	

}

TD.order_col_data_small {

	background-color: #ffffff;
	font-size: 7pt;

}

/*

A request was already made

*/

.request_msg_sent_label {
	border: solid; 
	border-color: #3333FF; 
	border-width:2px

}

#logo {
	margin-top:20px;
	margin-left:3px;
	}
	
#logo img {
	margin: 0;
	border: 0;
}
	
#logo h1 {
	color: #660000;
	font: 50px "Compacta Lt BT", "Trebuchet MS", Tahoma;
	display: inline;
	vertical-align: top;
}

#logo a {
	text-decoration: none;
	color: #660000;
}

#logo a:hover {
	text-decoration: none;
	color: #660000;
}

a
	{
	color:#4a6f99; 
	text-decoration:none;
	font-weight:normal;
	}
 a:hover
	{
	color:#4a6f99; 
	text-decoration:underline;
	}

.form_submit_button
	{
	background-image: url(images/bgfoot.gif);
	background-repeat: repeat-x;
	border:1px;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	}

input
	{
	border:1px solid #ccc;
	height:18px;
	background:#fff;
	color:#000;
	margin:0px;
	padding:0px;
	font-size:11px;
	}
	
table
	{
	border:0px;
	margin:0px;
	padding:5px;
	font-size:13px;
	margin-right:3px;
	color:#000000;
	}
	
	
table td {
	padding: 5px;
	font-size: 14px;
}