body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	max-width: 800px;
	min-width: 768px;
	margin: auto; 
}
body, td, th {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 100%;
   color: #303030;
}

h1 {
	font-size:100%;
	display:none;
}	

a {
	color:#005D47;
	/*color: #000000;*/
	text-decoration: underline;
}
a:visited {
	color:#005D47;
	/*color: #000000;*/
	text-decoration: underline;
}
a:hover {
	color: #343E98;
	text-decoration: underline;
}
a:focus {
	color: #343E98;
	text-decoration: underline;
}
a:active {
	color: #343E98;
	text-decoration: underline;
}
a.more {
	color:#005D47;
	/*color: #009370;*/
	text-decoration: underline;
}
a.more:visited {
	color:#005D47;
	/*color: #009370;*/
	text-decoration: underline;
}
a.more:hover {
	color: #343E98;
	text-decoration: underline;
}
a.more:focus {
	color: #343E98;
	text-decoration: underline;
}
a.more:active {
	color: #343E98;
	text-decoration: underline;
}
a.noline {
	color: #303030;
	text-decoration: underline;
}
a.noline:visited {
	color: #303030;
	text-decoration: underline;
}
a.noline:hover {
	color:#005D47;
	/*color: #000000;*/
	text-decoration: underline;
}
a.noline:focus {
	color:#005D47;
	/*color: #000000;*/
	text-decoration: underline;
}
a.noline:active {
	color:#005D47;
	/*color: #000000;*/
	text-decoration: underline;
}
.f10{
	font-size: 65%;
}
.f10form{
	font-size: 80%;
}
.f10top{
	font-size: 85%;
}
.f11 {
	font-size: 85%;
}
.f11_bold {
	font-size: 85%;
	font-weight: bold;
}
.f11h15_cont {
	font-size: 95%;
}
.f11h13 {
	font-size: 85%;
}
.f11h13_cont {
	font-size: 95%;
}
.f11h13_itc {
	font-size: 85%;
	font-style: italic;
}
.f11h13_boldblue {
	font-size: 85%;
	font-weight: bold;
	color: #343E98;
}
.f11h18_footer {
	font-size: 70%;
	color: #FFFFFF;
}
.f11bold_white {
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.f11bold_white_cont {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.f11bold_nav_white {
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 10px;
}
.f11bold_nav {
	font-size: 85%;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 10px;
}
.f12h15 {
	font-size: 90%;
}
.f12h15_bold {
	font-size: 100%;
	font-weight: bold;
}
.f12h15_bold_blue {
	font-size: 100%;
	color: #343E98;
	font-weight: bold;
}

.f12h15_bold_green {
	font-size:  100%;
	color: #006633;
	font-weight: bold;
}

.textNormalBlack {
	font-size:100%;
	color: #000000;
	font-weight: bold;
}

.textLargeBlack {
	font-size:140%;
	color: #000000;
	font-weight: bold;
}

.textLargeBlue {
	font-size:140%;
	color: #343E98;
	font-weight: bold;
}

.textNormalGreen {
	font-size:100%;
	color: #005D47;
	font-weight: bold;
}
.textLargeGreen {
	font-size:140%;
	color: #005D47;
	font-weight: bold;
}

.font12 {
	font-size: 12px;
}
.asterisk {
	font-size: 110%;
	color:#E30101;
	/*color: #FF0000;*/
}
.bgnorepeat {
background:url(../_img/pic_nav_top.jpg) no-repeat;
}
.bgrepeatx {
	background-repeat: repeat-x;
}

table.contentline{
background:url(../_img/pic_contentline.gif);
}

table.contentline td.shadow{
background: url(../_img/pic_shadow.gif) repeat-y;
}

table.more1{
background: url(../_img/btn_more_bg.gif) no-repeat;
}

table.more2{
background: url(../_img/btn_more_bg02.gif) no-repeat;
}

table.greenBorder{
border:#339966 solid 1px;
}


table.greenBorder td{
border:#339966 solid 1px;
}

.footer {
	font-size: 70%;
	padding: 0px 0px 10px 0px;
}

.promotion {
	width:100%;
	background-color:#FFFFFF;
	padding:3px;
	border:#339966 solid 1px;
	border-collapse:collapse;
	font-size: 100%;
    color: #303030;
}

.promotion th {
	background:#CCFFCC;
	border:#339966 solid 1px;
	width:auto;
	padding:5px;
	text-align:center;
}

.promotion td.header {
	background:#CCFFCC;
	border:#339966 solid 1px;
	width:auto;
	padding:5px;
	font-weight:bold;
	text-align:center;
}

.promotion td {
	border:#339966 solid 1px;
	width:auto;
	padding:5px;
}

.promotion td.textAlignCenter {
	text-align:center;
}

form fieldset {
		border: none;
		margin: 0px;
		padding: 0px;
	}	
	
.searchBoxText {
	color:#333333;
	font-size: 80%;
	line-height: 14px;
	width:130px;
}
	
/* font resize*/
.fontResize {
	font-size:11px;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.fontResize_s {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
.fontResize_s:hover {
	font-size:11px;
	font-weight:bold;
	color:#343E98;
	text-decoration:none;
	}
	
.fontResize_s:focus {
	font-size:11px;
	font-weight:bold;
	color:#343E98;
	text-decoration:none;
	}	
	
.fontResize_s:visited {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
.fontResize_m {
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
.fontResize_m:hover {
	font-size:15px;
	font-weight:bold;
	color:#343E98;
	text-decoration:none;
	}
	
.fontResize_m:focus {
	font-size:15px;
	font-weight:bold;
	color:#343E98;
	text-decoration:none;
	}	
	
.fontResize_m:visited {
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}

.fontResize_l {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
.fontResize_l:hover {
	font-size:18px;
	font-weight:bold;
	color:#343E98;
	text-decoration:none;
	}
	
.fontResize_l:focus {
	font-size:18px;
	font-weight:bold;
	color:#343E98;
	text-decoration:none;
	}	
	
.fontResize_l:visited {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
.skipContent {
	padding:3px 0px 5px 7px;
	display:none;
}	