/* CSS Document */

body{
	padding:210 0px 0px 220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff url(bg.gif) repeat-x;
}

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content {
float:left;
padding: 0px 20px 20px 0px;
width: 530px;
background: #fff;
}

.intro_text{
	font-size:11px;
}

a:link {color: #3E5F88; text-decoration: none; outline: none;}
a:visited {color: #3E5F88; text-decoration: none; outline: none;}
a:hover {color: #3E5F88; text-decoration: underline; outline: none;}
a:active {color: #3E5F88; text-decoration: none; outline: none;}

h1{
	font-size:16px;
	color:#DC441F;
	border-bottom:1px dotted #ccc;
	padding-bottom:8px;
}

h2{
	font-size:14px;
	color:#3E5F88;
	margin-top:28px;
}

#banner {
	position:absolute;
	width:782px;
	height:190px;
	left: 0;
	top: 0;
	background-image:url(banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border:0px;
}

.orangeArrow {
margin: 5px 0 0 0;
}

.orangeArrow a:link, .orangeArrow a:visited, .orangeArrow a:hover, .orangeArrow a:active  {
background: url(arrow_orange.gif) no-repeat 0px 3px;
padding: 0 5px 0 10px;
color: #3C5F8C;
font-weight:normal;
}

.orangeArrow a:hover img {
filter:alpha(opacity=100);   
opacity: 1.00;
}

.notesBox{
	margin:0px;
	border:1px dotted #9999A3;
	padding:8px;
}

.info{
	background:url(info_bg.gif) bottom right no-repeat;
}

.warning{
	background:url(warning_bg.gif) bottom right no-repeat;
	margin-top:8px;
}

.info p{
	color:#666;
	font-size:10px;
	background:url(info.gif) top left no-repeat;
	padding:0px 0px 0px 20px;
	margin:0px;
	min-height:20px;
}

.warning p{
	color:#666;
	font-size:10px;
	background:url(warning.gif) top left no-repeat;
	padding:0px 0px 0px 20px;
	margin:0px;
	min-height:20px;
}