/* CSS Document 
	FOR SUB PAGES!!!
*/

body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #f3dda5;
		font-size: 10px;
	}
	
.tableForm td {padding: 4px;}

.floatLeftBox {
			float: left;
			padding: 10px;
			margin: 10px 10px 10px 0px;
			background-color:#b39b75;
			font-weight: bold;
			font-size: 10px;
			}
			
.floatRightBox {
			float: right;
			margin: 10px 0px 10px 10px;
			background-color:#b39b75;
			padding: 10px;
			font-weight: bold;
			font-size: 10px;
			}
	
h1 {font-size: 14px;}
h2 {font-size: 14px;}
h3 {font-size: 14px;}
h4 {font-size: 14px;}
h5 {font-size: 14px;}
h6 {font-size: 14px;}	

.links
	{
		padding: 15px 0px 0px 15px;
		font-size: 10px;
	}
	
.text
	{
		padding: 15px 30px 10px 15px;
		font-size: 10px;
		line-height: 15px;
	}	
	
.footer
	{
		padding: 5px 0px 20px 15px;
		font-size: 10px;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}

.footer a:link {
	color: #000000;
	text-decoration: underline;
}

.text a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.floatLeft {
			float: left;
			margin: 10px 10px 10px 0px;
			}
.floatRight {
			float: right;
			margin: 10px 0px 10px 10px;
			}
