/*LINKS
-------------------------------------------*/
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	color: #002346;
	text-decoration: none;
}
.class2 a {
	COLOR: #666666;
	text-decoration: none;
}
.class2 a:hover {COLOR: #FF6600;
	text-decoration: underline;
}

/*MAIN TEXT
---------------------------------------------*/

.h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0152AB;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.h2 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff9900;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	}
.h3 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #90A5BA;
	text-decoration: none;
	line-height: 25px;
	font-weight: normal;}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
}

/*BODY
-------------------------------------------*/

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #EEEBE6;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-SHADOW-COLOR: #E0E0E0;
	SCROLLBAR-3DLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-ARROW-COLOR: #38575C;
	SCROLLBAR-TRACK-COLOR: #E0E0E0;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	background-color: #0153A9;
}

/*TOP BACKGROUND IMAGES
-------------------------------------------*/

.dotvertline {
	background-attachment: scroll;
/*	background-image: url(/ebdml/7850/dot_line1.jpg); */
	background-repeat: repeat-y;
	width: 1px;
	background-position: right top;
}
.dothorzline {
	background-attachment: scroll;
/*	background-image: url(/ebdml/7850/dot_line2.jpg); */
	background-repeat: repeat-x;
	height: 1px;
	background-position: left top;
}

/*FLASH IMAGES
------------------------------------*/

.mainbg {
	background-attachment: scroll;
/*	background-image:  url(/ebdml/7850/main_bg.jpg); */
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*FORM ELEMENTS
------------------------------------*/

.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 12px;
	border: 1px solid #999999;
}
.submitbu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold; 
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(/ebdml/7850/sam_submit_bu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 90px;
	cursor: pointer;
}

