﻿
/*************************** Main**********************/		
Body 
{
	margin: 28px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #0057B8;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #0057B8;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #0057B8;
	overflow-x: auto;
	overflow-y: auto;
	background-color:#848585;
}
table
{
	font-size : 100%;
}

hr
{
	height: 1px;
	color: #990033;
}

h1
{
	font-weight: normal;
	font-family: Arial;
	font-size: 20px;
	color: #068BA8;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align:center;
}

h2
{
	font-weight: normal;
	font-family: Arial;
	font-size: 18px;
	color: #068BA8;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align:left;
	padding-left:10px;
}

h3
{
	font-weight: normal;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color: #8B8B8A;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
}

h4
{
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
}

h5
{
   font-weight: normal;
   font-family: Arial;
   font-size: 12px;
   font-weight:bold;
   color: #068BA8;
   margin-top: 0px;
   margin-bottom: 5px;
   text-align:center; 
}
h6
{
    font-weight: normal;
	font-family: Arial;
	font-size: 20px;
	color: #068BA8;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
}

li
{
	line-height: 150%;
}

A
{
	color: #1232BC;
	text-decoration: underline;
}
A:hover   
{
	color: #1232BC;
	text-decoration: none;
}

div
{
	text-align: left;
	direction: ltr;
}

ul
{
	margin:0px 0px 0px 16px;
	padding:0px 0px 0px 0px;
	color: #8B8B8A;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
li
{
    padding-bottom:5px;
}

p
{
    line-height: normal;
}

/*************************** Tables **********************/

Table.main 
{
	width: 770px;
	height:580px;
	direction: ltr;
	padding: 45px 60px 20px 45px;
	background-image: url(../images/bgHome.jpg);
	background-repeat: repeat-y;
	background-position:top;
}

Table.in
{
	width: 770px;
	height:580px;
	direction: ltr;
	padding: 0px 30px 0px 15px;
	background-image: url(../images/bgIn.jpg);
	background-repeat: repeat-y;
	background-position:top;
}


/**************************** TR/TD *******************************/

td.info
{
    padding-bottom:15px;
    vertical-align:bottom;
}



/**************************** Paragraph *******************************/
p.next
{
	text-align: right;
	padding-right: 14px;
	padding-bottom: 5px;
}

p.submit
{
	text-align: left;
	padding-left: 440px;
}

p.black
{
	color: #000000;
	font-weight: bold;
	line-height: 160%;
	font-size:13px;
}

p.landing
{
    line-height:140%;
    color: #1B4A64;
    font-size:14px; 
}

/**************************** Links *******************************/

A.bottom
{
	text-decoration: none;
	color: #FFFFFF;
	font-size:11px;
}

A.bottom:hover
{
	text-decoration: none;
	color: #C7EE12;
	font-size:11px;
}

A.linkTop
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}

A.linkTop:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:normal;
}


/**************************** img*******************************/


/**************************** ol/ul *******************************/

li.linkTop
{
    color:#FFFFFF;
    line-height:normal;
}

/**************************** div *******************************/


/**************************** span *******************************/

/**************************** images *******************************/



/****************************  p  *******************************/

p.small
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: normal;
    font-size:11px; 
    color:#6C4C03; 
}

p.name
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    line-height: normal;
    font-size:11px; 
    color:#6C4C03;
    text-align:right;
    font-weight:bold;
}

/****************************  input  *******************************/

.inbox
{
    height:20px;
    width: 220px;
    font-family: Arial;
    font-weight: normal;
    border: 1px solid #068BA8;
}

/**************************** Misc *******************************/




