body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.largetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF6600;
	text-indent: 3px;
	border: 1px solid #33CC00;
}
body {
	background-image: url(../sandbg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

h1 {
  font-size: 16px;
}

a:link {
  color: #0240a3;
}

a:visited {
  color: #0240a3;
}

a:active {
  color: #000000;
}

img {
  border: none;
}

/* Backgrounds */

.sidebar_L {
	background-image: url(../images/side-bar-L.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.sidebar_R {
	background-image: url(../images/side-bar-R.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.form_bg{
	background-image: url(../images/form-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}



/** FORM STYLES                                                 **/

INPUT.Cat_TextBox {
	FONT-WEIGHT: normal;
	COLOR: #404040;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 178px;
	border: 1px solid #33CC00;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
}

SELECT.Cat_DropDown { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	FONT-WEIGHT: normal; 
	COLOR: #404040; 
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	border: 1px solid #33CC00; 
	WIDTH: 178px; 
}

INPUT.Cat_TextBox_Sm {
	FONT-WEIGHT: normal;
	COLOR: #404040;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 60px;
	border: 1px solid #33CC00;
	font-size: 9pt;
}

TEXTAREA.Cat_ListBox {
	FONT-WEIGHT: normal;
	COLOR: #404040;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 178px;
	HEIGHT: 35px;
	font-size: 9pt;
	border: 1px solid #33CC00;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
}


.button {
	width: 105px;
	height: 35px;
	background: url(../images/button.gif) no-repeat;
	outline: none;
	border: none;
	cursor: hand;
}

.button:hover {
	background: url(../images/button_d.gif) no-repeat;
}