﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: White;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: Black;
	background-image: url(../images/stripe_bg.png);
}

.thinBorderblack
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: White;
}
.thinBorderblack1
{
	border-right: black 5px solid;
	border-top: black 5px solid;
	border-left: black 5px solid;
	border-bottom: black 5px solid;
	background-color: White;
}

.whiteboldfont
{
	color: white;
	font-size: 18px;
	font-family: helvetica, verdana, Tahoma;
}

.topfont
{
	color: white;
	font-size: 11px;
	font-family: Tahoma;
}

.homefont
{
	color: black;
	font-size: 18px;
	font-family: helvetica, verdana, Tahoma;
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 20px;
}
.linetop
{
	border-top: solid 1px black;
	border-right:solid 1px black;
}
.homefont1
{
	color: black;
	font-size: 18px;
	font-family: helvetica, verdana, Tahoma;
	text-align: left;
	font-weight: bold;
	padding-left: 40px;
}

.homefont2
{
	color: gray;
	font-size: 15px;
	font-family: helvetica, verdana, Tahoma;
	text-align: left;
	font-weight: bold;
	padding-left: 66px;
	padding-top: 7px;
}

.homefont3
{
	color: Orange;
	font-size: 11px;
	font-family: verdana, Tahoma;
	text-align: right;
	padding: 5px;
}

.boldfont
{
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
}

.darkboldfont
{
	color: #339900;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana;
}

.borderTable
{
	border-color: #600;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

.borderTable td
{
	border-color: #600;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
}

.pageheadted
{
	background-color: #08c6e2;
	padding: 10px;
	text-align: left;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	text-transform: uppercase;
	color: White;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: none;
	color: red;
}
.toplink
{
	text-decoration: none;
	color: white;
}

.toplink:hover
{
	text-decoration: none;
	color: red;
}


.lefthead
{
	background-color: #51524f;
	padding: 10px;
	text-align: left;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	text-transform: uppercase;
	color: White;
	font-weight: bold;
}
.whitefont
{
	color: #ffffff;
	font-size: 9px;
	font-family: verdana;
}

.textbox
{
	border: solid 1px black;
	font-size: 12px;
	background-color: #efefef;
	font-family: Verdana,Tahoma;
	height: 17px;
}
.button
{
	width: 80px;
	height: 20px;
	border: 1px solid #f09711;
	margin: 1px;
	padding: 0px;
	background: transparent;
}

.dropdown
{
	border-left: 1px inset Black;
	border-right: 1px inset Black;
	border-top: 1px inset Black;
	border-bottom: 1px inset Black;
	font-family: verdana,tahoma;
	background-color: #f2f2f2;
	font-size: 12px;
	height: 22px;
	color: #000080;
}