html {
	height: 100%; width: 100%;
}

.trevor {
	background-attachment: fixed;
	background-image:  url(/components/images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.trevortext {
	background-attachment: fixed;
	background-image:  url(/components/images/trevor_text.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tile {
	background-attachment: fixed;
	background-image:  url(/components/images/tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.tablecelltwo {
	background-image: url(/components/images/table_001.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.tablecellthree {
	background-image: url(/components/images/table_002.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.table {
	background-color: #C70000;
}

body {

	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #C70000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color:#990000;
	color: #FFFFFF;
}

form {

	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p,td,th,dl,li,ul,pre {
	font-family: "Arial";
	font-size: 10pt;
	color: #FFFFFF
}

a {
	font-weight: bold;
	font-family: "Arial";
	font-size: 10pt;
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover { color: #000066; }

.input {
	font-family: "Arial";
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #000066;
	border: solid 1px #C70000;
}

.buttoninput {
	font-family: "Arial";
	background-color: #990000;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	border: solid 1px #000066;
}

img { border:none; }

A:visited {
	color: #FFFFFF;
	text-decoration : underline;
}

A:active {
	color: #FFFFFF;
	text-decoration : underline;
}

.pagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Arial";
}

