/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: 
	url('images/bg_center.gif');
	background-repeat: repeat-y;
	background-position: center;
}

.upleft { 
 background-image: url(images/bg_ul.jpg);
 background-repeat: no-repeat;
 background-position: top right;
 }

a {
	font-size: 10px;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}

.grey {
	color: #999999;
}

.grey a {
	color: #999999;
}
.grey a:visited {
	color: #999999;
}
.grey a:hover {
	color: #CCCCCC;
}
.grey a:active {
	color: #CCCCCC;
}

.footer {
	font-size: 9px;
	color: #666666;
}
.footer a {
	font-size: 9px;
	color: #666666;
}
.footer a:visited {
	font-size: 9px;
	color: #666666;
}
.footer a:hover {
	font-size: 9px;
	color: #CCCCCC;
}
.footer a:active {
	font-size: 9px;
	color: #CCCCCC;
}

.copy { line-height: 150%;}

.textinput { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; width: 260px;}
