/* CSS Document */
/* 	created & Updated by SM */

/*..............................................................................................
											BODY
...............................................................................................*/
body
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	SCROLLBAR-FACE-COLOR: #EEEBE6;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-SHADOW-COLOR: #E0E0E0;
	SCROLLBAR-3DLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-ARROW-COLOR: #4458A1;
	SCROLLBAR-TRACK-COLOR: #E0E0E0;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	background-color: #FFFFFF;
	
}
/*..............................................................................................
											LINKS
...............................................................................................*/
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color:#003366;
}
a:hover
{	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color:#3399FF;
	
}

/*..............................................................................................
											BACKGROUND
...............................................................................................*/
.table-border
{
	border: 1px solid #466E92;border-top:0px;
}
.top-bg
{
	background-image:url(../edler-images/top-bg.gif);
	background-repeat:repeat-x;
}

.cen-bg
{
	background-image:url(../edler-images/cen-bg.gif);
	background-repeat:no-repeat;
}
.right-bg
{
	background-image:url(../edler-images/right-bg.gif);
	background-repeat:repeat-x;
}

.footer-bg
{background-image:url(../edler-images/footer-bg.gif);background-repeat:repeat-x;font-family:Tahoma;font-size:11px;color:#ffffff;}

.footer-bg a:link, a:hover{font-family:Tahoma;font-size:11px;color:#ffffff;}

#start-footer
{background-image:url(../edler-images/footer-bg.gif);background-repeat:repeat-x;font-family:Tahoma;font-size:11px;color:#ffffff;}

#start-footer a {font-family:Tahoma;font-size:11px;color:#ffffff;}
#start-footer a:hover {font-family:Tahoma;font-size:11px;color:#ffffff;text-decoration:underline;}

.menu-bottom-bg
{
	background-image:url(../edler-images/menu-bottom-bg.gif);
	background-repeat:no-repeat;
}
.bullet
{
	background-image:url(../edler-images/arrow-img.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.left-strip
{
	background-image:url(../edler-images/strip-left.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:136px;
	height:83px;
}
.strip-cen
{
	background-image:url(../edler-images/strip-cen.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:136px;
	height:83px;
}
.strips
{
	background-image:url(../edler-images/strip.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:27px;
}

/*..............................................................................................
											CONTENT
...............................................................................................*/

.paragraph
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	color:#ffffff;
	line-height:20px;
}
.para
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	color:#ffffff;
	line-height:16px;
	padding: 0px 0px 0px 0px;
}
.paragraph1
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	color:#3C3C3C;
	line-height:17px;
}
.paragraph2
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	color:#ffffff;
	line-height:16px;
	padding: 2px 0px 0px 0px;
}
.content
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	color:#3C3C3C;
	line-height:17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}
.para-heading
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	color:#3C3C3C;
	line-height:18px;
	font-weight:bold;
}
.copyright
{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	
}
/*..............................................................................................
											FORM
...............................................................................................*/
.input-box {
	border: 1px solid #28507B;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	color: #3C3C3C;
	font-style: normal;
	width: 175px;
}


.text-box 
{
	font-family: Microsoft Sans Serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 11px;
	border: 1px solid #28507B;
	width: 175px;
	height:100px;
}
.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(bu_submit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 90px;
	cursor: pointer;
}

