// Warning Sign Cascading Style Sheet

a:link {
	color: #CC3333;
	text-decoration: underline; }

a:hover {
	color: #FFFFFF;
	text-decoration: underline; }

a:visited {
	color: #CC3333;
	text-decoration: underline; }

a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline; }

a.menu {
	color: #CC3333;
	letter-spacing: 1px;
	text-decoration: none; }

a.menu:hover {
	color: DDDDDD;
	letter-spacing: 1px;
	text-decoration: none; }

a.menu:visited {
	color: #CC3333;
	letter-spacing: 1px;
	text-decoration: none; }

a.menu:visited:hover {
	color: DDDDDD;
	letter-spacing: 1px;
	text-decoration: none; }

a.updates {
	color: #CC3333;
	text-decoration: none; }

a.updates:hover {
	color: #CCCCCC;
	text-decoration: none; }

a.updates:visited {
	color: #CC3333;
	text-decoration: none; }

a.updates:visited:hover {
	color: #CCCCCC;
	text-decoration: none; }

a.img {
	color: #CC3333;
	text-decoration: none; }

a.img:hover {
	color: #000000;
	text-decoration: none; }

a.img:visited {
	color: #CC3333;
	text-decoration: none; }

a.img:visited:hover {
	color: #000000;
	text-decoration: none; }

a.popup {
	color: #CC3333;
	text-decoration: none; }

a.popup:hover {
	color: #FFFFFF;
	text-decoration: none; }

a.popup:visited {
	color: #CC3333;
	text-decoration: none; }

a.popup:visited:hover {
	color: #FFFFFF;
	text-decoration: none; }

font.nav {
	font-size: 11px;
	font-style: bold; }

font.bodytext {
	font-size: 11px;
	font-style: bold; }

font.title {
	font-size: 18px;
	font-style: bold; }

font.updates {
	font-size: 11px;
	color: #CC9999;
	font-style: bold; }

body {
	scrollbar-3dlight-color: #FF9999;
	scrollbar-highlight-color: #FF6666;
	scrollbar-face-color: #CC3333;
	scrollbar-shadow-color: #663333;
	scrollbar-darkshadow-color: #660000;
	scrollbar-track-color: #993333;
	scrollbar-arrow-color: #DDDDDD; }

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.t1 {
	font-size: 11px;
	font-weight: bold;
	color: #DDDDDD;
	background-color: #993333;
}

.t2 {
	font-size: 11px;
	color: #CC3333;
}
