a:link, a:visited
{
	color: #FFCC00; 
	text-decoration: none;
	font-weight: bold;
	filter: none;
}

a:hover, a:active
{
	color: #FF0000; 
	text-decoration: none;
	font-weight: bold;
	filter: none;
}

a.nav:link, a.nav:visited, a.nav:active
{
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	filter: none;
	width: 100%;
}

a.nav:hover
{
	color: #FFDDDD; 
	text-decoration: none;
	font-weight: bold;
	filter: glow(color=#FF0000,strength=5);
	width: 100%;
}

a.defin { font-weight: bold; text-decoration: none; }
a.defin:link, a.defin:visited, a.defin:active {	color: #FFCC00; }

a.defin:hover { color: #FF0000; }

.defin2 { font-weight: bold; text-decoration: none; color: #FFCC00; cursor: hand; }

.copyright
{
	color: #FFDDDD;
	font-weight: bold;
	filter: Shadow(direction=135,color=#FF0000,strength=7);
	width: 100%;
}

.cell1
{
	filter: glow(color=#0ad0e2,strength=4);
	width: 100%;
    cursor: hand;
    text-decoration: underline overline;
}

.cell2
{
	filter: glow(color=#45e20a,strength=4);
	width: 100%;
    cursor: hand;
    text-decoration: underline overline;
}

.cell3
{
	filter: glow(color=#e20a0a,strength=4);
	width: 100%;
    cursor: hand;
    text-decoration: underline overline;
}

.cell4
{
	filter: glow(color=#940ae2,strength=4);
	width: 100%;
    cursor: hand;
    text-decoration: underline overline;
}

.randomav
{
	text-align: center;
	color: #FCECFF;
	font-weight: bold;
	filter: glow(color=#B000D6,strength=6);
	width: 100%;
}

table
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table,td
{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
}

td.browse
{
    border: 1px solid #A0A0A0;
}

body
{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	cursor: crosshair;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img { border: 0px; margin: 0px; }

.input_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.input_submit
{
	font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	cursor: crosshair;
	border-left-color: #B0B0B0;
	border-top-color: #B0B0B0;
	border-right-color: #909090;
	border-bottom-color: #909090;
	border-width: 2px;
	background-color: #D00000;
	font-weight: bold;
	color: #FFDDDD;
	margin: 0px;
	padding: 0px;
}

select, option
{
    background-color: #300000;
    color: #FFFFFF;
    border-color: #AAAAAA;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
}