
/*Body*/

body {
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*anchor*/
a, a:link, a:visited, a:active{
	color: #066daa;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	}

/*heading*/
h1 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
}
h2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#990000;
}
h3 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#0066CC;
}
h4 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	color: #993333;
}
h5 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	line-height:20px;
}
/*paragraph*/
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
/*main*/

#main {
	margin:0 auto;
	width:990px;
	height:auto;
	border: #f3f3f3 1px solid;
}
#header {
	margin:10px 0 0 0;
	width:990px;
	height:77px;
	background:url(../images/logo.jpg) no-repeat;
}
#add {
	width:690px;
	height:77px;
	float: right;
}
#line {
	border-bottom:#E6E6E6 1px  dashed;
}

#colleft {
	width:200px;
	border-right:#E6E6E6 1px dashed;
	padding:0 0px 0 5px;
}
#news {
	width:630px;
}
#colright {
	width:150px;
	border-left:#E6E6E6 1px dashed;
}
.colright {
	width:150px;
	padding:0 0px 0 5px;
}
#index {
	width:620px;
	padding:5px 5px 5px 5px;
}
#footer {
	border-top:#E6E6E6 1px  dashed;
	padding:5px 5px 5px 5px;
}
#print { 
	background:url(../images/atools-printer.gif) center left no-repeat;
	width:50px;
	float:left;
	padding:0 0 0 16px;
	margin:5px 0 0 0;
}
#mail { 
	background: url(../images/atools-email.gif) center left no-repeat;
	width:100px;
	float:left;
	padding:0 0 0 16px;
	margin:5px 0 0 0;
}
#photoleft {
	float:left;
	margin:10px 10px 10px 0px;
}
#photoright {
	float:right;
	margin:10px 0px 10px 10px;
}
img {
	padding:5px 5px 5px 5px;
	border:#f4f4f4 1px solid;
}

hr { 
	color:#fff;
	border-bottom: #999999 1px dashed;
}

span.required{
  font-size: 12px !important;
  color: red !important;
}

span.required1{
  font-size: 12px !important;
  color: blue !important;
}
