/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;	
	margin-bottom: 0px; 
	background-color:#0099CC;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #333333;
}
a {text-decoration:underline;
   color:#0000FF;
}

a:hover {text-decoration:none;
}
a:visted {
  color:#0000FF;
}

.main{
	line-height: 140%;
}
h1{
	font-size: 18px;
}
h1 a { font-size: 13px; padding-left: 50px; outline: none;}
h2{
	font-size: 16px;
}
#promotion {
    font-size: 11px;
	float: right;
	margin: 5px 60px 0px 0px;
}

#promotion a {
    text-decoration: underline;
	color: #626962;
}

#promotion a:hover {
    text-decoration: none;
	color: #3e9b3c;
}

/* Links */
.blue{
	color: #07519A;
	font-weight: bold;
	font-size: 12px;
}
.blue a{
 	color: #07519A;
 	text-decoration: none;
}
.blue a:hover{
	color: #07519A;
	text-decoration: underline;
}
.red {
	color: #990000;
	font-weight: bold;}
.green{
	color: #198106;
}
.smBlue{
	color: #07519A;
}
.smBlue a{
	color: #07519A;
	text-decoration: none;
}
.smBlue a:hover{
	color: #07519A;
	text-decoration: underline;
}

.review{
	line-height: 180%;
}
.review a{
	text-decoration: none;
	color:#333333;
}
.review a:hover{
	text-decoration: underline;
	color:#FF0000;
}
.menu{
	font-size:13px;
	padding-top:9px;
	padding-bottom:9px;
	text-align:left;
	padding-left:18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #c8c7c7;
	background-image:url(images/img01.gif);
	background-repeat:repeat-x;
	line-height:20px;	
	font-weight:bold;
	margin-bottom:0px;

}
.menu a{
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	color:#0000FF;
}
.menu a:hover{
	text-decoration:underline;
	color:#0000FF;
}
.sred {
 font-size:14px;
 color:#FF0000;
}
.icon {
  background-image: url(images/checked.gif);
  background-repeat:no-repeat;
  padding-left: 25px;
  line-height:20px;
  font-weight:bold;
}

/* Boxes*/
.greenBox {
	text-align: left;
	border-right: double;
	border-left: double;
	border-top: double;
	border-color:#CCCCCC;
	background: #3c7c3a;
	padding: 5px;
	color:#FFFFFF;
}
.blueBorder{
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #b4ccee;
}
.dashed{
	padding: 10px;
	border-bottom: 1px dashed;
	border-color: #517486;
}
.double{
	margin-bottom: 10px;
	border: double;
	border-color:#CCCCCC;
}
.spacer{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color:#b4ccee;
}
.bottomlink { 
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	text-decoration:underline;	
}
.menulink a{
   text-decoration: none;
   color: #882580;
   padding-top:10px;
}
.menulink a:hover {
   text-decoration:underline;
}
.time  {
    font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 30px;
	margin:-8px 0px 0px 0px;
	background-image:url(images/resource/time.gif);
	background-repeat:no-repeat;
	background-position:10px -2px;
}
.h2 {
    font-size:13px;
    font-weight:normal;
}
.next {background-color:#419d3f;color:#ffffff; padding:1px 2px;margin:2px; font-weight:bold;}

.text { width:680px;float: left; margin-bottom: 15px;}
.text ul { margin: 0px; padding: 0px;}
.text li { list-style: none;}
.text ul{width:320px;float:left; margin-left: 10px;}
.text ul li a{background: url(images/list.gif) no-repeat left 7px; padding-left:10px;line-height:25px; text-decoration: none;}
.text ul li a:hover { text-decoration: underline;}
