/* Default CSS Stylesheet for a new Web Application project */

.box
{
	border-right: #0033ff thin solid;
	border-top: #0033ff thin solid;
	border-left: #0033ff thin solid;
	border-bottom: #0033ff thin solid;
}

a
{
	font-weight: bold;
	font-size: x-small;
	color: #ff0066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:link
{
	font-weight: bold;
	font-size: x-small;
	color: #ff0066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	font-size: x-small;
	color: #cc0066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body
{
	background-color: #000000;
}

.table
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(images\signature3%20(Small).gif);
	background-repeat: no-repeat;
	border-right: #0033ff thin solid;
	border-top: #0033ff thin solid;
	border-left: #0033ff thin solid;
	border-bottom: #0033ff thin solid;
}

.divider
{
	font-weight: bold;
	font-size: small;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.subtext
{
	font-weight: bold;
	font-size: xx-small;
	color: #0033ff;
	font-family: Tahoma, Verdana, Arial;
}

H1
{
	font-weight: bold;
	font-size: xx-large;
	color: #ff6600;
	font-family: Mistral, Arial;
	text-align: center;
}

H2
{
	font-weight: bold;
	font-size: xx-large;
	color: #0000ff;
	font-family: Vrinda, Arial;
	font-variant: small-caps;
}
H3
{
	font-weight: bold;
	font-size: small;
	color: blue;
	font-family: Verdana;
}
TD
{
	font-weight: normal;
	font-size: x-small;
	color: #ffcc00;
	font-family: Arial;
}
.input
{
	font-weight: bold;
	font-size: xx-small;
	color: #0000cc;
	font-family: Arial;
	background-color: #ffff99;
}
.accept
{
	font-weight: bold;
	font-size: xx-small;
	color: #0000cc;
	font-family: Arial;
	background-color: #000000;
}
.accept:Link
{
	font-weight: bold;
	font-size: xx-small;
	color: #0000cc;
	font-family: Arial;
	background-color: #000000;
}
.accept:Hover
{
	font-weight: bold;
	font-size: xx-small;
	color: #00ccff;
	font-family: Arial;
	background-color: #000000;
}
.accept:Active
{
	font-weight: bold;
	font-size: xx-small;
	color: #00ccff;
	font-family: Arial;
	background-color: #000000;
}
IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
