body {
	font: normal small 20px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #AABDE2;
	text-decoration: none;
	background-image: url('../img/layout/body.gif');
	background-repeat: repeat-x;	
}
h1{
	font-family: "Times New Roman", Times, serif;
}

p{
	line-height: 25px;	
}
img{
	border:0px;
}

#content {
	text-align: left;
	vertical-align: top;
}

#foot{
	font-size:small;
}

#foot p{
	line-height: 15px;
}
p{ line-height:25px; }
blockquote{
	background-color: #9CAED3;
	color:#FFFFFF;
	border: 1px solid #333333;
	padding: 5px;
	position: relative;
	overflow: hidden;
}

h2 a:link{ 	font-size: large;	font-weight: bold;	color: #0056BA;	text-decoration: underline;}
h2 a:visited{	font-size: large;	font-weight: bold;	color: #0056BA;	text-decoration: underline;}
h2 a:hover{	font-size: large;	font-weight: bold;	color: #0056BA;	text-decoration: none;}
h2 a:active{	font-size: large;	font-weight: bold;	color: #0056BA;	text-decoration: underline;}	

a:link {	color: #0056BA;  font-weight: bold;	text-decoration: underline;		}
a:visited {	color: #0056BA;	font-weight: bold;	text-decoration: underline;		}
a:hover {	color: #0056BA;	font-weight: bold;	text-decoration: none;			}
a:active {	color: #0056BA;	font-weight: bold;	text-decoration: underline;		}

#foot a:link{		color: #333;		font-size: x-small;	text-decoration: underline;}
#foot a:visited{	color: #333;		font-size: x-small;	text-decoration: underline;}
#foot a:hover{		color: #333;		font-size: x-small;	text-decoration: none;	}
#foot a:visited{	color: #333;		font-size: x-small;	text-decoration: underline;}

#head_r a{ color:#FFF;}

.textarea {
 font-size: 10px;
 border: 1px solid #666666;
}


form {
	margin: 0px;
	padding: 0px;
}


table{
	border-collapse:collapse;
}

dt {
	color: #46659e;
	font-weight:bold;
}
