﻿body 
{
	font-family:Verdana;
	font-size:10pt;
}

img
{
	border:0px;
}

th
{
	text-align:left;
}

a
{
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

span.pageTitle
{
	font-weight:bold;
	font-size:12pt;
	color:#000099;
	font-style:italic;
}

input[type=button]
{
	border:2px solid #ccc;
	background-color:#35af31;
	color:#fff;
	font-weight:bold;
}

input[type=submit]
{
	border:2px solid:#ccc;
	background-color:#35af31;
	color:#fff;
	font-weight:bold;
}

input[type=text]
{
	border:2px solid #999;
}

input[type=password]
{
	border:2px solid #999;
}

select
{
	border:2px solid #999;
}

.modal
{
	background-color:#ccc;
	filter:alpha(opacity=70);
	opacity:0.7;
}

