@import "template.css";
@import "page_specific.css";

body
	{
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	font-family: Arial, Helvetica, sans;
	}

#body_block h1
	{
	font-size: 1em;
	}
	
#body_block h2
	{
	font-size: 0.75em;
	}
	
#body_block h3
	{
	font-size: 0.75em;
	}
	
#body_block h4
	{
	font-size: 0.6em;
	margin: 0px;
	}
	
#body_block p
	{
	padding-left: 5px;
	font-size: 0.66em;
	}
	
#body_block a:link, #body_block a:visited
	{
	color: #FF9641;
	text-decoration: none;
	}
	
#body_block a:hover, #body_block a:active
	{
	text-decoration: underline;
	}

#body_sub_menu
	{
	margin-top: 15px;
	height: 17px;
	padding: 4px;
	}
	
.hidden_fieldset
	{
	border: none;
	margin: 0px;
	padding: 0px;
	}

.default_textbox
	{
	width: 220px;
	background-color: #FFF;
	color: #000;
	}
	
.long_textbox
	{
	width: 420px;
	background-color: #FFF;
	color: #000;
	}
	
.error_textbox
	{
	width: 220px;
	background-color: #FBB;
	color: #333;
	}
	
.menuBar
	{
	background-color: #E0E5E8;
	background: url('../images/button_menu_bg.jpg');
	color: #444;
	}
	
.greyBox
	{
	background-color: #E0E5E8;
	color: #444;
	}
	
.default_button
	{
	width: 110px;
	text-align: left;
	font-size: 0.6em;
	padding: 2px 0px 2px 10px;
	background: url('../images/button_menu_arrow_bg.jpg') no-repeat;
	color: #444;
	}
	
.default_button_long
	{
	width: 160px;
	}
	
.greyText
	{
	color: #444;
	}
	
.boldText
	{
	font-weight: bold;
	}
		
.noteText
	{
	font-style: italic;
	color: #666;	
	}
	
.rightAlign
	{
	text-align: right;
	}
	
.centerAlign
	{
	text-align: center;
	}
	
.error_message
	{
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	color: #BE5858;
	}
	
.image_link
	{
	cursor: pointer;
	border: none;
	}
	
.br_clear
	{
	clear: left;
	}
	
.bodyText
	{
	font-size: 0.8em;
	color: #000;
	}


	
