﻿/* styles */
body{
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top:0px;
	}
.regulartext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	color:#333333;
	text-decoration:none;
	}
.regulartext a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	color:#333333;
	text-decoration:underline;
	}
	
.regulartext a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	color:#000000;
	text-decoration:underline;
	}
.menutext a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	color:#444444;
	text-decoration:none;
	text-transform:capitalize;
	}
	
.menutext a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	text-transform:capitalize;
	}
.maintable{
	background-color:#FFFFFF;
	width:960px;
	background-image:url(images/parch.jpg)
	}
.menutable{
	table-layout:auto;
	text-align:center;
	}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:58px;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	text-align:center;
	margin-top:1px;
	margin-bottom:2px;
	letter-spacing:16px;
	}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-style:italic;
	color:#000000;
	text-decoration:none;
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
	letter-spacing:5px;
	}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	color:#000000;
	text-decoration:none;
	text-align:center;
	letter-spacing:3px;
	margin:0px 0px 0px 0px;
	
	}
	
	h4{
	font-family:"Times New Roman", Times, serif;
	font-size:38px;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	text-align:center;
	letter-spacing:20px;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	}
.header{
	height:100px;
	}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#666666;
	text-decoration:none;
	}
.imggeneral{
	border:3px #222222 solid;
	}
.standstxt{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	color:#000000;
	text-decoration:none;
	text-align:center;
	letter-spacing:2px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	
	}