/* General Styles */

html { 
	height:100%; 
	margin: 0px; 
	padding: 0px; 
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px; 
	color: #013d61;
}

body
{
	font-family: Arial, Helvetica, sans serif;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 12px;
	color: #013d61;
	margin: 0px;
	background-color: #ffffff;
	height:100%;
	width:100%;
}
p {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	line-height:20px; /*24px; */
	font-weight: normal;
	color: #013d61;
	padding:0px;
	margin: 4px 0px 4px 0px;
}
tr, td{
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	line-height---:24px; /* The dropdown navigation will have a bug under IE6 */
	font-weight: normal;
	color: #013d61;
	padding:0px;
	margin: 0px;
}
#Bodyhome{
	background-image:url(../images/bg_hp.gif);
	background-position:top center;
	background-repeat: no-repeat;

}
#Bodysub{
	background-image:url(../images/bg_sp.gif);
	background-position:top center;
	background-repeat: repeat-y;

}

a:link, a:visited{
	color:#002940;
	text-decoration: none;
}
a:hover, a:active{
	color: #002940;
	text-decoration: underline;
}

a.itemlink:link, a.itemlink:visited{
	color:#002940;
	text-decoration: none;
}
a.itemlink:hover, a.itemlink:active{
	color: #002940;
	text-decoration: underline;
}

img { 
	border:0;
}

h1 {
	color:#013d61;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h2 {
	color:#013d61;
	font-size:13px;
	font-weight:bold;
	margin: 4px 0px 4px 0px;
	padding:0px;
	
	
}

h3 {
	color:#013d61;
	font-size:13px;
	font-weight:bold;
	margin: 0px;
	padding--: 2px 10px;
	background-color---: #8d8d8d;
}

h4 {
	color:#013d61;
	font-size:13px;
	font-weight:bold;
	padding--: 0px 10px;
	line-height: 10px;
}

h5 {
	color:#013d61;
	font-size:13px;
	font-weight:bold;
	padding---: 8px 10px 8px 0px;
	margin---: 0px 10px; 
	line-height: 10px;
	border-top---: 1px dotted #7a7a7a;
}

div.hr {
  	background: url(../images/hr.gif) no-repeat center;
	background-repeat: repeat-x;
	padding:0px;
	margin: 4px 0;
	width: 97%;
	height: 5px;
	clear:both;
}
div.hr hr {
  display: none;
}

li
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
	margin: 0px 15px 2px 20px;
	padding: 2px;
	list-style-type------:square;
}

ul
{
	list-style-type: square;
}
	
ol
{
	list-style-position:outside;
}
li .number{
	list-style-type:decimal;
}

