/*******Bordered Boxes With Background**************/

.box1 {
	background-color: #e8e4ca; 
	border-top: thin solid #cccccc; 
	border-right: thin solid #cccccc; 
	border-left: thin solid #cccccc; 
	border-bottom: thin solid #cccccc; 
	border-width: 1px 1px 1px 1px;
	}

.box2 {
	border-bottom: thin solid #ffffff;
	border-width: 1px 1px 1px 1px;
	}

.box3 {
	border-left: thin solid #ffffff; 
	border-width: 1px 1px 1px 1px;
	}

.box4 {
	border-right: thin solid #ffffff; 
	border-width: 1px 1px 1px 1px;
	}
	
.box5 {
	border-top: thin solid #ffffff; 
	border-width: 1px 1px 1px 1px;
	}
	
.box6 {
	border-top: thin solid #ffffff; 
	border-bottom: thin solid #ffffff;
	border-width: 1px 1px 1px 1px;
	}	
	
.box7 {
	border-left: thin solid #ffffff; 
	border-right: thin solid #ffffff;
	border-width: 1px 1px 1px 1px;
	}
	
.box8 {
	border-left: thin solid #cccccc; 
	border-right: thin solid #cccccc;
	border-bottom: thin solid #cccccc;
	border-width: 1px 1px 0px 1px;
	background-color: #e8e4ca;
	}
	
.box9 {
	border-left: thin solid #ffffff; 
	border-right: thin solid #ffffff;
	border-top: thin solid #ffffff;
	border-width: 1px 1px 1px 1px;
	}
	
.box10 {
	border-top: thin solid #ffffff; 
	border-right: thin solid #ffffff;
	border-bottom: thin solid #ffffff;
	border-width: 1px 1px 1px 1px;
	}
	
/******************Link Colors*************************/

a:link { 
	color: #fa6b07;
	text-decoration: none;
	font-weight: Bold;
	font-size: 11px;
	}
a:link.blue { 
	color: #003663;
	text-decoration: none;
	font-weight: Bold;
	font-size: 11px;
	}
a:visited { 
	color: #fa6b07;
	text-decoration: none;
	font-weight: Bold;
	font-size: 11px;
	}
a:hover { 
	color: #f0f306;
	text-decoration: none;
	font-size: 11px;
	}
a:active { 
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	}
	
/***********************Body**********************************/

body {
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 11px;
color: #373534;
font-weight: normal;
}

.blockquote {
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 10px;
color: #373534;
font-weight: normal;
}

.div {
font-weight: normal;
background: ;
}

p {
color: #373534;
font-weight: normal;
}

span {
font-weight: normal;
}

td {
font-weight: normal;
}

/*******************Headers*************************/
h1 {
font-family: Arial,Verdana,Helvetica,sans-serif;
color: #333333;
font-weight: bold;
font-size:14px;
}

h2 {
font-family: Arial,Verdana,Helvetica,sans-serif;
color: #000000;
font-weight: normal;
}

h3 {
font-family: Arial,Verdana,Helvetica,sans-serif;
color: #000000;
font-weight: normal;
}

h4 {
font-family: Arial,Verdana,Helvetica,sans-serif;
color: #000000;
font-weight: normal;
}

/*************************List*****************************/

.ol {
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 10px;
color: #000000;
font-weight: normal;
}

.ul {
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 10px;
color: #373534;
font-weight: normal;
}

.bullet    {list-style-image: url(../graphics/bullt.gif)}

/*************************************Forms******************************/

.input {
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
background: #ffffff;
padding: 1px;
}

.select {
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 10px;
color: #000000;
font-weight: normal;
background: #ffffff;
}

.textarea {
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 10px;
color: #000000;
font-weight: normal;
background: #ffffff;
}

/*********************Horizontal Line********************************/

.hr {
color: #efefef;
height: 1;
}

/********************Popups********************************************/

.popup
{
COLOR: #9F141A;
CURSOR: help;
TEXT-DECORATION: none
}

