body {
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	background-image: url(Images/back.jpg);
}

h2,h3	{
	color:#0000CC;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
.error	{
	font-family: "Times New Roman", Times, serif;
	color:#FF0000;
}

.page	{
	background-color:#FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	width:560px;
	margin-left: 10px;
	padding: 20px;
	margin-top: 10px;
	}
.pageWhole	{
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	width:891px;
	margin-left: 10px;
	padding: 20px;
	margin-top: 10px;
	}
.pageShort	{	/* Used for text in my programs for the SAM coupe*/
	background-color:#FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	width:370px;
	margin-left: 10px;
	padding: 20px;
	margin-top: 10px;
	}
.backRight	{
	float: right;
	width: 270px;
}
.page2	{
	float: right;
	width: 250px;
	height: 435px;
	background-color:#FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	
	}
.pageRight	{
	background-color:#FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	width:200px;
	padding: 10px;
	margin-top: 10px;
	margin-left:20px;
	margin-bottom: 10px;
	
	}

.imageRight	{
	float:right;
	width: 275px;
	margin-top: 10px;
}

.imageRight200	{
	float:right;
	width: 250px;
	margin-top:10px;
}
.mainlink:hover
{
	font-family:Georgia, "Times New Roman", Times, serif;
    color: #ff8800;
	text-decoration: underline;
}
.mainlink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #000099;
	text-decoration: none;
}
