/***************************************** Defaults ****************************************/

body {
	background-color:#535353;
	margin:0px;
	padding:0px;
}

* {					margin:0px;
					padding:0px;
					border:none;}

img, a img, a:link img, a:visited img {		margin:0px 0px 0px 0px;
					border:none;}

input, select, th, td, p, body {
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
				}				

p {margin-bottom: 10px;	}	

b { font-weight: bold;}
i { font-style: italic;}
u { text-decoration: underline;}
ul {  list-style-position: inside; 
	list-style-type: square;
	}
blockquote {margin-left:25px;}


.caption {				font-size: 9px;
					color: #999;
					background:inherit;
					font-family: Arial, Helvetica, sans-serif;}

.sectionname {				color: #99CCFF;
					background:inherit;
					font-size:100%;
					font-weight:bold;
					line-height:2.2em;
					margin-bottom:0}	
					
/***************************************** Div IDs ***************************************/
					
table.main {
	margin: 0 auto;
	width:250px;
	background:#535353;
	color:inherit;

}

.subnav {text-align:left;
	margin-top:10px;
	margin-left:10px;}
					
/***************************************** form classes ***************************************/
form { 
 border: 1px solid #666699; 
 padding: 5px; 
}
input {	font-size: 12px; 
 				background-color: #DDDDDD; 
 				border: 1px solid #666666;
				padding: 3px; 
				margin: 5px;
}			
/************************************* Image Classes **************************************/

img.left {				float:left;}

img.right {				float:right;}


/********************************** Footer styles ************************************/

#footer p {				font-family:verdana, arial, helvetica, sans-serif;
					font-size:9px;
					color:#999;}
					
#footer a {				color:#999;
					font-weight:normal;}

#footer a:hover, #footer a:active {	color:#FFF;}



