/* CSS Document */

a:link {
	color: rgb(204,0,0); text-decoration: none
}
a:visited {
	color: rgb(204,0,0); text-decoration: none
}
a:active {
	color: rgb(204,0,0); text-decoration: none
}
a:hover {
	color: rgb(0,0,102); text-decoration: none
}
a.dark:link {
	color: rgb(255,255,255); text-decoration: none
}
a.dark:visited {
	color: rgb(255,255,255); text-decoration: none
}
a.dark:active {
	color: rgb(255,255,255); text-decoration: none
}
a.dark:hover {
	color: rgb(204,51,0); text-decoration: none
}
a.front:link {
	color: rgb(204,0,0); text-decoration: none
}
a.front:visited {
	color: rgb(204,0,0); text-decoration: none
}
a.front:active {
	color: rgb(204,0,0); text-decoration: none
}
a.front:hover {
	color: rgb(255,255,255); text-decoration: none
}
a.class {
	cursor: default;
}
td {
	font-size: 12px; color: rgb(204,204,204); font-family: Verdana
}
p {
	font-size: 12px; font-family: Verdana
}
td.dark {
	font-size: 11px; color: rgb(204,204,204); font-family: Verdana
}
p.dark {
	font-size: 11px; color: rgb(204,204,204); font-family: Verdana
}
p.front {
	font-size: 9px; color: rgb(102,102,102); font-family: Verdana
}
hr {
	color: rgb(204,0,0); height: 1px; align: center; width:95%;
}
input { 
	background-color: rgb(223,223,223); border-color: rgb(5,5,5); color: rgb(0,0,0); font-family: Verdana; font-size: 12px;
}
textarea { 
	background-color: rgb(223,223,223); border-color: rgb(9,9,9); color: rgb(0,0,0); font-family: Verdana; font-size: 12px;
}
div.content {
	font-size: 11px; color: rgb(204,204,204); font-family: Verdana
}
div.copy {
	font-size: 9px; color: rgb(204,204,204); font-family: Verdana
}
div.title {
	font-size: 22px; color: rgb(204,204,204); font-family: Verdana
}
