/*
Make background of entire site 
*/

body {
	color: #000000;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0,0,0,0;
	padding: 0;
	background-color: #000000;
	border-color: #000000;
	outline-color: #FFFFFF;
} 


/* Table style */

.solms {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	border: 1px solid #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	}

.box {
	background-color: #ffffff;
	margin: 0;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: 3pt solid #000000;
	}
.box1 {
	background-color: #000000;
	margin: 0;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: 3pt solid #000000;
	}
	


h1 {
	font-family: "Copperplate Gothic Bold";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 8px;
}
h2 {
	font-family: "Copperplate Gothic Light";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 8px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}
.link_frame {
	border: 2px solid #333;
}


	

		
h5 {
	color: #000000;
	font-weight: normal;
	text-align: center;
	font-family: "Times New Roman";
	font-size: 12pt;
	background-color: #CCCCCC;
	line-height: 20pt;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}


/*
All about Links
*/

a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active {
	color: #000;
	text-decoration: none
}
a:hover {
	color: #000;
	text-decoration: underline
}

	
