@charset "utf-8";
/* All font */
/* Pagetitle */

form { margin: 0; padding: 0; font-family: Tahoma;}
button, input { font-family: Tahoma; }
	
option, select{
	padding: 1px 2px 1px 3px;
	font-family: Tahoma;
}

.date{
font-size:11px;
/* font-weight:bold; */
color:#8c8c8c;
}

.news{
font-size:12px;
text-decoration: none;
color:#336699;
}

.help{
font-size:12px;
text-decoration: none;
color:#676663;
}
.link-read-more{
	font-size:11px;
	padding-top:13px;
}

.link-title{
	font-size:11px;
	padding-top:13px;
}
/*a.link-title:link {text-decoration: none;}     /* unvisited link */
/*a.link-title:visited {text-decoration: none;}  /* visited link */
/*a.link-title:hover {text-decoration: none;}   /* mouse over link */
/*a.link-title:active {text-decoration: none;}   /* selected link */


/*h1 {

	font-size: 34;
	color:#cc0000;
	text-align:left;
	margin:0;
}*/


body {	
font-size:12px;
font-family: Tahoma;
/*font-family:Tahoma, Arial, Helvetica, sans-serif;*/
	color: #000000; /*Font color*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a.news:link {color: #336699; text-decoration: none;}     /* unvisited link */
a.news:visited {color:#336699; 	text-decoration: none;}  /* visited link */
a.news:hover {color: #336699; 	text-decoration: none;}   /* mouse over link */
a.news:active {color: #336699;	text-decoration: none;}   /* selected link */

h1 {
font-size: 18px;
color: #990000;
text-align: left;
letter-spacing: -.05em;
margin: 0;
padding: 0;
line-height: 1em;

}

.h2{
font-size:13px;
color:#6e0a0a;
line-height: 1em;
}

.h2-title{
font-size:13px;
color:#6e0a0a;
line-height: 1em;
padding: 5px 0 5px 0;
}

.h3{
font-size:15px;
color:#f07100;
font-weight:bold;
}

.h4{
font-size:13px;
color:#cc0000;
font-weight:bold;
}


.h5{
color:#000000;
}

.h6{
font-size:11px;
color:#979797;
}

.h7{
font-size:11px;
color:#0066cc;
}

.h8{
font-size:11px;
color:#000000;
line-height:100%;
}

.h9{
color:#666666;
}

.font-small{
font-size:11px;
}

.red{
font-size:11px;
color:#cc0000;
}

a.h6:link {color: #979797; text-decoration: none; font-size:11px;}     /* unvisited link */
a.h6:visited {color:#979797;text-decoration: none; font-size:11px;}  /* visited link */
a.h6:hover {color: #336699; text-decoration: none; font-size:11px;}   /* mouse over link */
a.h6:active {color: #979797;text-decoration: none; font-size:11px;}   /* selected link */

a.h7:link {color: #336699; text-decoration: none;}     /* unvisited link */
a.h7:visited {color:#336699; 	text-decoration: none;}  /* visited link */
a.h7:hover {color: #336699; 	text-decoration: none;}   /* mouse over link */
a.h7:active {color: #336699;	text-decoration: none;}   /* selected link */

a.h2:link {color: #0066cc; text-decoration: none;}     /* unvisited link */
a.h2:visited {color:#0066cc; 	text-decoration: none;}  /* visited link */
a.h2:hover {color: #0066cc; 	text-decoration: none;}   /* mouse over link */
a.h2:active {color: #0066cc;	text-decoration: none;}   /* selected link */

.new-copy{
font-size:12px;
font-weight: bold;
}

.new-link{font-size:11px;}
a.new-link:link {color: #336699; text-decoration: none;}     /* unvisited link */
a.new-link:visited {color:#336699; 	text-decoration: none;}  /* visited link */
a.new-link:hover {color: #336699; 	text-decoration: none;}   /* mouse over link */
a.new-link:active {color: #336699;	text-decoration: none;}   /* selected link */

.new-backtotop{
font-size:11px;
background: #FFFFFF url(../images/icon_backtotop.gif)  65px 10px no-repeat;
padding:5px;
padding-right:20px;

}
a.new-backtotop:link {color: #336699; text-decoration: none;}     /* unvisited link */
a.new-backtotop:visited {color:#336699; 	text-decoration: none;}  /* visited link */
a.new-backtotop:hover {color: #336699; 	text-decoration: none;}   /* mouse over link */
a.new-backtotop:active {color: #336699;	text-decoration: none;}   /* selected link */

a.new-copy:link {color: #336699; text-decoration: none;}     /* unvisited link */
a.new-copy:visited {color:#336699; 	text-decoration: none;}  /* visited link */
a.new-copy:hover {color: #336699; 	text-decoration: none;}   /* mouse over link */
a.new-copy:active {color: #336699;	text-decoration: none;}   /* selected link */

/*****input btn*****/

input.btn{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
background-color:#f7f7f7;
border:1px solid #dcdcdc;
margin:5px 0 0 0;
padding: 3px 5px;
font-weight: bold;
}

input.btnhov {
border-color:#a4c0dc;
}

/***error msg***/
.error-message{
font-size:11px;
font-weight:bold;
color:#7e2222;
padding:0;
margin:0;
/*padding:0 0 0 5px;*/
}

/***** homepage highlights*****/

.homepage-highlight{
	line-height:170%;
	
}

.homepage-highlight ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display:block;

}

.homepage-highlight ul li{
  	*margin: 0px;
	padding:3px 15px 5px 27px;
	*padding:3px 15px 5px 27px;
	line-height:117%;
	*line-height:120%;
	display:block;
	background:url(../images/headline.gif) no-repeat top left;
	/*background:url(../images/home/btn-bullet.gif) 0 5px no-repeat;*/
	list-style:none;
	border-bottom:1px #ded7d7 dotted; 
}

.homepage-highlight p{
padding:0 ;
margin:0;
}