/*

This CSS is Copyright © 2004 twoD Web Solutions

For more information on website design please contact info@twod.net

*/

body {
	margin-top: 0px;
	background-color: #000000;
	margin-bottom : 20px;
	scrollbar-face-color: #303030;
	scrollbar-shadow-color: #101010;
	scrollbar-base-color: #101010;
	scrollbar-highlight-color: #808080;
	scrollbar-3dlight-color: #dddddd;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #bbbbbb;
	scrollbar-arrow-color: #ff5500;
	color : White;

}
TD.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 10px;
	font-weight : bold;
	color : #ff5500;
	background-color : Silver;
}

TD.footer {
	background-image : url(menu_bg.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 10px;
	font-weight : bold;
	color : #ff5500;
	background-color : black;
}

TD.stdcontent {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : 12px;
	font-weight : normal;
	color : #dddddd;
	background-color : #000000;
}

TD.stdcontent_quest {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : 12px;
	font-weight : normal;
	color: #ff5500;
	background-color : #000000;
}

TD.contacttitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : 10px;
	font-weight : bold;
	color : #ffffff;
}

TD.cutoutnotes {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : 10px;
	font-weight : normal;
	color : #000033;
	background-color : #D2DEE5;
}

TD.bluebox {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : 10px;
	font-weight : bold;
	color : #000033;
	background-color : #D2DEE5;
	border : 1px solid Black;
}


TD.cutout {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 10px;
	font-weight : bold;
	color : #000033;
	background-color : #303030;
	border : thin dashed #ff5500;
}

A.menu {
	font-size : 10px;
	font-weight : bold;
	color : white;
	text-decoration : none;
}

A.menu:hover {
	font-size : 10px;
	font-weight : bold;
	color : #ff5500;
	text-decoration : none;
}

A.header2 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 0 0 3px 0;
	font-size: 18px;
	color: #ff5500;
	text-decoration: none;
}

A.header2:hover {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 0 0 3px 0;
	font-size: 18px;
	color: white;
	text-decoration: none;
}

A.stdcontent{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;	
}

A.stdcontent:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ddddff;
	text-decoration : none;	
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	border: 1px solid #FF5500;
}



textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	border: 1px solid #FF5500;
	
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	border: 0px dotted #FF5500;
	width : 190px;
}	

h2 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 0 0 10px 30px;
	font-size: 18px;
	color: #ff5500;
	text-decoration: none;
}

h3 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 0 0 3px 0;
	font-size: 18px;
	color: #ff5500;
	text-decoration: none;
}

h4 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #000033;
	text-decoration : underline;
}

form {
	margin-bottom : 10px;
	margin-top : 10px;
}

ul{
	margin-top : 5px;
}

li {
	list-style-image : url(orange_arrow.gif);
	vertical-align : middle;
	
} 
