body   
{
	font-family: Tahoma, Arial, Helvetica, Sans Serif; 
	background-color: rgb(255,255,255);
	margin: 0px;
	font-family: Tahoma, Helvetica;
	font-size: 14px;
}

.clear{
    float:none;
    clear:both;
    height:1px;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

h1   
{
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 17pt;
	font-weight: bold;		
	color: #000000;
}

h2
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

h3
{	
	font-size: 10pt;
}



hr
{
	height: 1px;
	color: red;
}


ul
{
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9pt ;
	list-style-type: square;
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
}	

li
{
	position: relative;
	margin-left: 0px;
}

.Button
{
	background-color: White;
	border: solid 1px black;
	text-decoration: none;
}
.InputField
{
	width: 260px;
}
.Header
{
	width: 1000px;
	height:115px;
	background-image:url(../images/top.jpg); 
	background-repeat:no-repeat;
}

.Address
{
	position: relative;
	top: 45px;
	right: 0px;
	font-size: 10px;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, Sans Serif; 
	font-weight: bold;		
	color: #999999;
}
.Footer{
	border-top: solid 1px black;
	margin-top: 20px;
}

.Title{
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, Sans Serif; 
	font-weight: bold;
}

.Content{
	margin-left:60px;
	text-align:left;
}

.BoxAll{
	position: relative;
	top: 10px;
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	border: solid 0px red;
}
	
.BoxAllPrint{
	position: relative;
	top: 10px;
	width: 650px;
	margin: 0 auto;
	text-align:left;
	border: solid 0px red;
}

.Navigation
{
	height:25px;
	position: relative;
	top: 34px;
	left: 150px;

}
.Navigation ul 
{	margin: 0;
	padding: 0;
	list-style: none;
}

.Navigation ul li  {
	position: relative;
	float: left;
	padding-left:5px;
	padding-right:5px;
}

.Navigation li a
{
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;

}

.redcolor{
	color: rgb(255, 0, 0);
}

.bluecolor{
	color: rgb(0, 0, 255);
}

.green1color{
	color: rgb(51, 153, 102);
}

.green2color{
	color: rgb(153, 204, 0);
}

.orangecolor{
	color: rgb(255, 153, 0);
}

.purplecolor{
	color: rgb(153, 51, 102);
}


/* -------------------------[ grid style ]--- */
.grid {
	width: 100%;
	background-color: #fff;
	border: 1px solid silver;
}
.gridHeader {
	color: #fff;
	font-weight: bold;
	background-color: #88939E;
}
.gridItem {
	background-color: #fff;
	padding: 3px;
}
.gridAltItem {
	background-color: #eeeeee;
	padding: 3px;
}
.gridRowIcon:hover {
	background-color: #f5f5dc;
}
.grid a {
	text-decoration: none;
}
.grid img {
	vertical-align: middle;
	padding-right: 4px;
}

