/*for all sites*/
body
	  {
	  color: black;
	  background-color: #dddddd;
	  font-size: 16px;
           text-align:center;
           margin-left:auto;
	  margin-right:auto;
	  width:600px
        }

A:link {color:blue;}
A:visited {color:#aa0088;}
A:hover {color:red;}
A:active {color:green;}

table
	{
	border-collapse:collapse;
	border-style:groove;
	border-width:0px;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	}
        
td
        {
        border-style:groove;
	  border-width:0px;
	  text-align:left;
	  padding:5px;
        vertical-align:top;
        }

.bw2 {border-width:2px;}
.bw4 {border-width:4px;}

.w10 {width:10px;}
.w15 {width:15px;}
.w20 {width:20px;}
.w25 {width:25px;}
.w50 {width:50px;}
.w75 {width:75px;}
.w100 {width:100px;}
.w140 {width:140px;}
.w150 {width:150px;}
.w175 {width:175px;}
.w180 {width:180px;}
.w190 {width:190px;}
.w200 {width:200px;}
.w225 {width:225px;}
.w233 {width:233px;}
.w240 {width:240px;}
.w250 {width:250px;}
.w275 {width:275px;}
.w280 {width:280px;}
.w290 {width:290px;}
.w300 {width:300px;}
.w325 {width:325px;}
.w350 {width:350px;}
.w375 {width:375px;}
.w390 {width:390px;}
.w400 {width:400px;}
.w425 {width:425px;}
.w450 {width:450px;}
.w500 {width:500px;}
.w525 {width:525px;}
.w550 {width:550px;}

table.tablew650 
	{
	width:650px; 
	position:relative; 
	left:-25px;
	}

table.tablew700 
	{
	width:700px; 
	position:relative; 
	left:-50px;
	}

table.tablew750 
	{
	width:750px; 
	position:relative; 
	left:-75px;
	}

table.tablew800 
	{
	width:800px; 
	position:relative; 
	left:-100px;
	}

table.tablew900 
	{
	width:900px; 
	position:relative; 
	left:-150px;
	}

table.tablew950 
	{
	width:950px; 
	position:relative; 
	left:-175px;
	}

.font-8 {font-size:8px;}
.font-10 {font-size:10px;}
.font-12 {font-size:12px;}
.font-16 {font-size:16px;}
.font-18 {font-size:18px;}
.font-20 {font-size:20px;}
.font-24 {font-size:24px;}
.font-30 {font-size:30px;}
.font-36 {font-size:36px;}
.font-48 {font-size:48px;}

.bold {font-weight:bold;}

.color-purple {color:#8000ff;}
.color-red {color:#ff0000;}
.color-888888 {color:#888888;}
.color-c0c0c0 {color:#c0c0c0;}
.color-c4f6f8 {color:#c4f6f8;}

.left-text {text-align:left;}
.center-text {text-align:center;}
.vam {vertical-align:middle;}
.vab {vertical-align:bottom;}

h1
	{
	font-family: "Times New Roman", serif;
	font-size: 30px;
	text-align: center
	}

h2
	{
	font-family: "Times New Roman", serif;
	font-size: 27px;
	text-align: center
	}

h3
	{
	font-family: "Times New Roman", serif;
	font-size: 24px;
	text-align: center
	}

h4
	{
	font-family: "Times New Roman", serif;
	font-size: 21px;
	text-align: center
	}

h5
	{
	font-family: "Times New Roman", serif;
	font-size: 18px;
	text-align: center
	}

p {margin-left: .5in; margin-right: .5in; font-size: 16px}

hr {width:95%;}

img {border:0px}








        

