/*
Author			: Kelvin Du Preez
Date Created		: 11/12/2008
Last changed By		: Kelvin Du Preez
Last Changed On		: 11/12/2008

Version 1.0.11/12/2008

Comments : 
Date		Desc
------------------------------------------------------------------------------------
09/12/2008		Created basic styles.
11/12/2008		Added basic styles.
*/
 
 .ea_header_1
{
	font: bold 16pt arial;
    color: #B40004;
}
.ea_header_2
{
	font: bold 10pt arial;
    color: #B40004;
}
.ea_header_3
{
	font: normal 14pt arial;
	text-align: justify;
	line-height: 20px;
    color: #B40004;
}
.ea_text_form_1
{
	font: normal 9pt arial;
    color: #000000;
}
.ea_text_form_2
{
	font: normal 9pt arial;
	text-align: justify;
    color: #000000;
}
.ea_text_form_3
{
	font: normal 8pt arial;
	text-align: justify;
    color: #000000;
}
table.blue {
		border: 1px solid blue;
      }
.ea_container_1 
{
	width: 936px;
	background-color: #ffffff;
	border: solid 1px #DAE3EC;
}
.ea_container_2 
{
	width: 441px;
	margin-right: 15px;
}
.ea_container_3 
{
	width: 441px;
	margin-left: 15px;
}
.ea_container_4 
{
	width: 50px;
}
.ea_container_6 
{
	width: 912px;
	text-align: left;
	margin: 0px 12px 0px 12px;
}
.ea_header_container_1 
{
	width: 930px;
	height: 30px;
	text-align: left;
	background-color: #DAE3EC;
	margin: 0px 3px 0px 3px;
}
.ea_header_container_2 
{
	width: 930px;
	height: 24px;
	text-align: left;
	background-color: #DAE3EC;
	margin: 0px 3px 0px 3px;
}
.ea_header_container_3 
{
	width: 930px;
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px 3px 0px 3px;
}
.ea_header_container_4 
{
	width: 930px;
	height: 30px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px 3px 0px 3px;
}
.ea_header_container_5
{
	width: 930px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px 3px 0px 3px;
}
.ea_header_container_6 
{
	width: 700px;
	height: 30px;
	text-align: left;
}
.ea_header_container_7 
{
	width: 230px;
	height: 30px;
	text-align: left;
}
.ea_image_container_1 
{
	width: 936px;
}
.ea_dot_container_1 
{
	width: 930px;
	height: 10px;
	border-top: dotted 4px #E4E9ED;
}
.ea_bg_color_1
{
	background-color: #E4E9ED;
}
.ea_bg_color_2
{
	background-color: red;
}
.ea_bg_color_3
{
	background-color: #ffffff;
}
.ea_text_indent_1
{
	text-indent: 4pt;
}
.ea_line_height_1
{
	line-height: 28px;
}
.ea_line_height_2
{
	line-height: 28px;
}
.ea_margin_1
{
	margin-top: 3px;
}
.ea_margin_2
{
	margin-left: 3px;
}
.ea_margin_3
{
	margin-bottom: 3px;
}
.ea_margin_4
{
	margin-right: 3px;
}
.ea_margin_5
{
	margin-bottom: 33px;
}
.ea_margin_6
{
	margin-bottom: 15px;
}
.ea_margin_7
{
	margin-top: 10px;
}
.ea_margin_8
{
	margin-top: 15px;
}
.ea_float_right 
{
	float : right;
	display : inline;
}
.ea_float_left 
{
	float : left;
	display : inline;
}
.ea_theplug 
{
	clear : both;
	margin : 0px;
	padding : 0px;
	width : 0px;
	height : 0px;
	overflow : hidden;
}
.ea_common_input 
{
	border : solid 1px #ABADB3;
	height : 17px;
	font : 8pt arial, verdana, sans-serif; 
	font-weight : normal;
	color : #000000;
	text-transform : none;
	text-indent : 3px;
}
.ea_common_select 
{
	height : 19px;
	font : 8pt arial, verdana, sans-serif; 
	font-weight : normal;
	color : #000000;
	text-transform : none;
	text-indent : 3px;
}
.ea_form_element_width_auto 
{
	width : auto;
}
.ea_form_element_width_1 
{
	width : 150px;
}
.ea_form_element_width_2 
{
	width : 250px;
}
.ea_form_element_width_3
{
	width : 100px;
}
.ea_but_1, ea_but_1:link, ea_but_1:visited 
{
	font : 8pt arial,sans-serif; 
	width: auto;
	height: 18px; 
	background:#B40004; 
	border: 1px solid #B40004;
	text-align: left; 
	text-decoration:none; 
	color: #FFFFFF;
	padding : 4px 4px 4px 4px;
	line-height: 18px;
}
.ea_but_1:hover {
	color: #E9B3B4;
	border: 1px solid #B40004; 
	background-color : #B40004;
}
.ea_left_floated_image_1 
{
	float:left;
	clear:left;
	padding: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
} 

.ea_right_floated_image_1 
{
	float:right;
	clear:right;
	padding: 12px;
	margin-left: 12px;
	margin-bottom: 0px;
}