table, td, img {
border-style: none;
border-width:0px;
margin:0px;
}

td {
vertical-align:top;
}

table, img {
padding:0px;
}

hr {
color:#700000;
background-color:#fffdcd;
border-width:1;
margin-top:0px;
margin-bottom:0px;
height:3px;
}

/* height:2px;border-width:0;color:gray;background-color:gray*/

body {
font-family: Verdana, Arial, sans serif;
font-size: 13px;
background:#D7CFCF url('images/BuildingBackground2.jpg') no-repeat top;
margin:0px;
padding:0px;
}

ol {
    list-style-type: lower-alpha;
}


#pagetop, #pagebottom{
width: 1007px ;
background: #f7f7f7;
background-image:url('images/WhiteBackground.jpg');
margin-left: auto ;
margin-right: auto ;
}

.head{
letter-spacing: 0.0400em;
font-family:  Impact, Times New Roman, serif;
font-size: 30px;
color: #700000;
}

.minihead{
letter-spacing: 0.0400em;
font-family:  Impact, Times New Roman, serif;
font-size: 18px;
color: #700000;
}

.miniheadlight{
letter-spacing: 0.0400em;
font-family:  Impact, Times New Roman, serif;
font-size: 18px;
color: #FFFDCC;
}

.tinyhead{
letter-spacing: 0.0400em;
font-family:  Impact, Times New Roman, serif;
font-size: 15px;
color: #700000;
}

.frmname{
font-weight:bold;
position: relative;
top: 3px;
color: #700000;
}

.Red16{
letter-spacing: 0.0400em;
font-family:  Impact, Times New Roman, serif;
font-size: 16px;
color: #700000;
}

.yellow{
color: #FFFDCC;
}

.PRhead{
letter-spacing: 0.0400em;
font-family:  Impact, Times New Roman, serif;
font-size: 14px;
color: #700000;
}

.PRtext{

font-family: Verdana, Arial, sans serif;
font-size: 10px;
color: #700000;
}

.leftblock{
background-color:#D7CECF;
padding:10px 10px;
border-style: solid;
border-color: #D7CECF #FFFDCC #FFFDCC #FFFDCC;
border-width: 2px;
}

.tb120{
	border: 3px groove #700000; 
    outline:0; 
    height:15px; 
   width: 275px; 
}

a.link {
font-weight:bold;
font-family: Verdana, Arial, sans serif;
font-size: 13px;
text-decoration:none;
color: #D7CECF;
}

a.link:hover {
font-weight:bold;
font-family: Verdana, Arial, sans serif;
font-size: 13px;
text-decoration:none;
color: #FFFDCC;
}

.nav {
margin:0px 9px;
padding:10px 20px;
background-color:#330000;
border-style: solid;
border-bottom-width: 2px;
border-bottom-color: #FFFDCC;
border-right-color: #FFFDCC;

}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #800d0d), color-stop(1, #700000));
	background:-moz-linear-gradient(top, #800d0d 5%, #700000 100%);
	background:-webkit-linear-gradient(top, #800d0d 5%, #700000 100%);
	background:-o-linear-gradient(top, #800d0d 5%, #700000 100%);
	background:-ms-linear-gradient(top, #800d0d 5%, #700000 100%);
	background:linear-gradient(to bottom, #800d0d 5%, #700000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#800d0d', endColorstr='#700000',GradientType=0);
	background-color:#800d0d;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#fffdcd;
	font-family:Verdana;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5e4237;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #700000), color-stop(1, #800d0d));
	background:-moz-linear-gradient(top, #700000 5%, #800d0d 100%);
	background:-webkit-linear-gradient(top, #700000 5%, #800d0d 100%);
	background:-o-linear-gradient(top, #700000 5%, #800d0d 100%);
	background:-ms-linear-gradient(top, #700000 5%, #800d0d 100%);
	background:linear-gradient(to bottom, #700000 5%, #800d0d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#700000', endColorstr='#800d0d',GradientType=0);
	background-color:#700000;
}
.myButton:active {
	position:relative;
	top:1px;
}
