
body {
	margin: 0px;
	padding: 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/bg_body.jpg) 0 0 repeat-y;
	background-position:center top;
	background-color:#58c4e8;

}

h1 {
	font-size: 26pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size:18pt;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size:14pt;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12pt;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 10pt;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size:9pt;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration:none;
	color:#244487;}

a:hover {
	text-decoration:underline;
	color:#fffff;}

img{
	border:none;}

.txt_blue{
	color:#244487;}
	
.txt_white{
	color:#ffffff;}

	
.txt_red{
	color:#e81423;}

.txt_gray{
	color:#4a4a4a;}
	
.txt_pink{
	color:#e609d9;}
	
.border_grey{
	border:#c4c4c4 1px solid;}
	
.border_bottom_left_right{
	border-bottom:#c4c4c4 1px solid;
	border-left:#c4c4c4 1px solid;
	border-right:#c4c4c4 1px solid;
	}
.border_bottom{
	border-bottom:#c4c4c4 1px solid;}	
	
.border_bottom_right{
	border-bottom:#c4c4c4 1px solid;
	border-right:#c4c4c4 1px solid;
	}
	
.txt_bottom{
	font-size:10pt;
	text-align:center;
	line-height:20px;
	margin:3px;
	}

.hdr_txt{
	color:#FFFFFF;
	font-family:Monotype Corsiva;
	font-weight:bold;
	}	

.clr{
	clear:both;}
	
	
.padding10px{
	padding-left:10px;}
	
	
	
.bg_header{
	background:url(../img/bg_top_banner.jpg) 0 0 repeat-x;
	}
	
.bg_marquee{
	background:url(../img/bg_marquee.png) 0 0 no-repeat;
	height:35px;
	line-height:35px;
	text-align:center;
	}
	
.bg_menu{
	background:url(../img/bg_menu.png) 0 0 repeat-x;
	height:46px;
	line-height:46px;
	}
	

.nav_left{
	background:url(../img/bg_leftnav.jpg) 0 0 repeat-y;
	}
	
.nav_right{
	background:url(../img/bg_rightnav.jpg) 0 0 repeat-y;
	}


.time{
	color:#FFFFFF;
	line-height:20px;
	font-weight:normal;
	font-size:11pt;
	}
	
.input{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:#999999 solid 1px;

	}
	
.texrarea{
	width:200px;
	height:22px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:#999999 solid 1px;
	}