body {
	text-align:center;
	margin:0px;
	border:0px;
	background-color:#0a00b1;
	font:  8pt Verdana, Arial, Helvetica, sans-serif; /* */
	background-image: url(/images/titles/back.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	color:#333333;

}

h1 {
	font: 11pt Verdana, Arial, Helvetica, sans-serif; /* */
	color: #666;
	text-align:left;
	width:98%;
	border-bottom:1px solid #999;
	padding-right:0px;
	margin:1px;
}

input {
	font:  8pt Verdana, Arial, Helvetica, sans-serif; /* */
	TOP: 0px;
		background-color: #ffffff;
	color:#000000;
}

select {
	font:  8pt Verdana, Arial, Helvetica, sans-serif; /* */
	TOP: 0px;
	border-bottom: 1px solid #999;
	border-left: 0px solid #999;
	border-right: 1px solid #999;
	border-top: 0px solid #026AFE;
	background-color: #f8f8f8;
	color:#000000;
}


input:focus, textarea:focus, select:focus,select:hover, input:hover,textarea:hover
{
	background:#FFFFFF;
}


/* ALL BUTTONS */
input[type="submit"], input[type="reset"], input[type="button"]
{
	/* background-color: #eee;*/
	font:  8pt Verdana, Arial, Helvetica, sans-serif; /* */
	border-top: 1px solid #f8f8f8;
	border-right: 1px solid #999;
	border-left: 1px solid #f8f8f8;
	border-bottom: 1px solid #999;
	padding-bottom:1px;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover
{
	border-top-color:#Fdd;
	border-right-color:#900;
	border-left-color:#Fdd;
	border-bottom-color:#900;
	background: #eaf6fb;
	color: #600;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active
{

	border-top-color:#900;
	border-right-color:#Fdd;
	border-left-color:#900;
	border-bottom-color:#Fdd;
	color: red;
	background: #eaf6fb;
}


input[type="text"],input[type="password"],  input[type="file"], textarea, select
{
	font:  8pt Verdana, Arial, Helvetica, sans-serif; /* */
	background-color:#eee;
	border-bottom: 1px solid #f8f8f8;
	border-left: 1px solid #999999;
	border-right: 1px solid #f8f8f8;
	border-top: 1px solid #999999;
}


input[type="text"]:hover, input[type="text"]:focus,input[type="password"]:hover, input[type="password"]:focus, input[type="file"]:hover, input[type="file"]:focus, textarea:hover,textarea:focus, select:hover, select:focus
{
	background-color:#e0e0ff;
}


@media print {
	input, select,textarea
	{
		overflow:visible;
	}
}

th{
	font:  8pt Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
}

td {
	font:  8pt Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
}

a, .TableLink {
	color:#026afe;
	text-decoration: none;
}

a:visited {
	color:#026afe;
	text-decoration: none;
	cursor: pointer;
}

a:hover, .TableLink:hover {
	color:#c00;
	text-decoration: none;
	cursor: pointer;
}

form
{
	/* overwrite all forms so they display as inline elements (not block elements)*/
	margin:0px;
	padding:0px;
	display:inline;
}

code, pre
{
	font-family:Courier New, Courier;
	font-size:8pt;
}
