a:link    
{
	color:#000000;
	text-decoration:none;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	font-weight:lighter;
}

a:visited 
{
	color:#000000;
	text-decoration:none;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	font-weight:lighter;
}

a:hover
{
	font-weight: lighter;
	color: #ff0000;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	text-decoration: none;
}

a:active
{
	font-weight: lighter;
	color: #888888;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	text-decoration: none;
}
	
input
{
	border-right: #aaaaaa 1px groove;
	border-top: #aaaaaa 1px groove;
	font-size: 10pt;
	background: #f5f5f5;
	border-left: #aaaaaa 1px groove;
	color: #000000;
	border-bottom: #aaaaaa 1px groove;
	font-family: 'Courier New', 'Courier';
}

#mainpage 
{
	font-family: 'Verdana', 'Arial', 'Helvetica';
	font-weight: lighter;
	font-size:10pt;
}

#button
{
	border-right: gray thin ridge;
	border-top: gray thin ridge;
	font-weight: normal;
	font-size: 11pt;
	border-left: gray thin ridge;
	color: #000000;
	border-bottom: gray thin ridge;
	font-family: 'Courier New';
	background-color: gainsboro;
	font-variant: small-caps;
}

#radio
{
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

input.radio
{
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

select
{
	border-right: black 1px groove;
	border-top: black 1px groove;
	border-left: black 1px groove;
	border-bottom: black 1px groove;
	font-family: 'Courier New', 'Courier';
	background-color: #F5F5F5;
}

textarea
{
	border-right: silver 2px dotted;
	padding-right: 5px;
	border-top: silver 2px dotted;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 5px;
	border-left: silver 2px dotted;
	padding-top: 5px;
	border-bottom: silver 2px dotted;
	font-family: 'Courier New';
	background-color: transparent;
}

b
{
	font-weight: bold;
}

input.file
{
	border-right: black 1px solid;
	border-top: gainsboro 1px solid;
	text-transform: lowercase;
	border-left: gainsboro 1px solid;
	cursor: hand;
	border-bottom: black 1px solid;
	font-style: italic;
	font-family: 'Courier New', 'Courier';
	background-color: whitesmoke;
	text-decoration: none;
}

table.smallborder
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	cursor: default;
}

td.smallborder
{
	border-right: #a9a9a9 1px dotted;
	border-top: #a9a9a9 1px dotted;
	border-left: #a9a9a9 1px dotted;
	border-bottom: #a9a9a9 1px dotted;
}

td.noborder
{
	border-right: #a9a9a9 0px dotted;
	border-top: #a9a9a9 0px dotted;
	border-left: #a9a9a9 0px dotted;
	border-bottom: #a9a9a9 0px dotted;
}

#wingdingsbutton
{
	border-right: gray thin ridge;
	border-top: gray thin ridge;
	font-weight: normal;
	font-size: 11pt;
	border-left: gray thin ridge;
	color: #000000;
	border-bottom: gray thin ridge;
	font-family: 'Wingdings';
	background-color: gainsboro;
}

select.java
{
	font-size: 10pt;
	width: 400px;
	color: black;
	font-family: 'Courier New', 'Courier';
}

input.noborder
{
	font-size: 10pt;
	cursor: default;
	border-top-style: none;
	font-family: 'Courier New', 'Courier';
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-decoration: none;
	border-bottom-style: none;
}

table
{
	cursor: default;
}
