/*Style Sheet for Version 5 Browsers */
A:hover
{ font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFCC66;
text-decoration: none;
background-color: transparent
}
A
{ font-family: Verdana, Arial, Helvetica, sans-serif;
color: #dddddd;
text-decoration: underline
}
/*The Body Background */
body {
	background-color: #222;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image : url(img/bg.gif);
	background-position: top center;
}
table,td{
border:none
}

.picspace {font-size: 9px}

.td {font-size: 10px; color: #B9A76E; font-family: verdana; text-decoration : none;}

.td2 {font-size: 10px; color: #FFFFFF; font-family: verdana; text-decoration : none;}

.td3 {font-size: 11px; color: #FFFFFF; font-family: verdana; text-decoration : none;}


/*Turns off Borders around Hyperlinked Images*/
img { border : 0px; display : block }

.inlinimg { display : inline }

/*Styles Applied to Form Elements */
form {
	border : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px
}

input { background-color : #CDC9D8; border : 1px dotted #999999 }

input:focus { background : #FFFFFF }

textarea { 
	background-color : #CDC9D8;
	border : 1px solid #999999; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px 
}

.checks { background-color : #FFFFFF; border : 1px none }

.formBut { background-color : #CCCCCC }

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }

