/* CSS Document */

/* background */

body {
	margin: 0px;
	background-color: #BDD5BA;
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}	

/* type */

A 			{text-decoration: none}

A:link 		{color:#2A55BB} 
A:visited 	{
	color:#2A55BB;
} 
A:hover 	{
	color:#2A55BB;
	font-weight: normal;
	text-decoration: underline;
} 
A:active 	{
	color:#2A55BB;
	font-weight: normal;
	text-decoration: underline;
} 

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	top: 14px;
	line-height: 24px;
}

.hline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	top: 14px;
	line-height: 24px;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #333333;

}

.copyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
.copy img {
	top: 0px;
	right: 0px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;

}