/*
//Copyright (c) 2000-2003 paulgrant.ca
//http://www.paulgrant.ca
*/

body {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#003300;
	margin:0;
	/*background-image:url(/Images/Banner/Background.gif);*/
	background-color:#FFFFFF;
}

a			{ color:#003366;text-decoration:none; }
a:hover		{ color:brown; }
td			{ font-size:8pt; }
h1			{ font-size:9pt;font-weight:bold;margin:2px; }

.fontJustify			{ text-align:justify; }
.fontBold				{ font-weight:bold; }
.fontItalic				{ font-style:italic; }

.fontBig				{ font-size:10pt; }
.fontText				{ font-size:9pt; }
.fontSmall				{ font-size:8pt; }

input [type="text"]		{ background:#EEEEEE; }
input [type="button"]	{ background:#CCCCCC; }

.boxBorder				{ border:1px solid #003300;padding:5px; }
.boxTab					{ border:1px solid #003300;border-bottom:0px;padding:2px;text-align:center;width:100px;font-size:90%;color:#000000; }
.boxTabOut				{ padding:0 0 2px 0;text-align:left; }
.boxNote				{ border:1px solid #333333;background:#CCCCCC;padding:4px;text-align:justify;width:300px;font-size:90%;font-style:italic; }

.separator				{ height:1px;padding:0px;width:95%;background:#003300;margin-bottom:5px;font-size:1px;line-height:0; }

/* End. */