﻿/* CSS Document */
#bottom
{
	background-image: url(../images/bottombg.gif);
	background-position: top;
	height:50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	background-repeat: repeat-x;
	padding-top: 7px;
}
body {
	background-color: #FFFFFF;
}
.bottom_link {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
.bottom_link a:link{
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;	text-decoration: none;
}
.bottom_link a:visited{
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;	text-decoration: none;
}
.bottom_link a:hover{
	font-size: 14px;
	line-height: 22px;
	color: #0033FF;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: underline;
} 
.copyright{
	line-height: 17px;
	color: #999999;
	text-align: center;
	margin-top:5px;
	margin-bottom: 10px;
	font-size: 12px;
}