body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.top_row {color: #CCCCCC; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px;}

.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.sub_header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.h1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #E46238;
}
.border_all {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid#333333;
	border-left: 1px solid #333333;
}

.border_left_top {
	border-top: 1px solid #DA393B;
	border-right: 1px none #66CCFF;
	border-bottom: 1px none #66CCFF;
	border-left: 1px solid #DA393B;
}
.border_top1 {
	border-top: 1px solid #50555A;
	border-right: 1px none #66CCFF;
	border-bottom: 1px none #66CCFF;
	border-left: 1px none #66CCFF;
}

.border_top2 {
	border-top: 1px solid #333333;
	border-right: 1px none #66CCFF;
	border-bottom: 1px none #66CCFF;
	border-left: 1px none #66CCFF;
}

.border_bottom1 {
	border-top: 1px none #50555A;
	border-right: 1px none #66CCFF;
	border-bottom: 1px solid #50555A;
	border-left: 1px none #66CCFF;
}
	
.border_bottom2 {
	border-top: 1px none #50555A;
	border-right: 1px none #66CCFF;
	border-bottom: 1px solid #333333;
	border-left: 1px none #66CCFF;
}

.border_right_top_bottom {
	border-top: 1px solid #547D9D;
	border-right: 1px solid #547D9D;
	border-bottom: 1px solid #547D9D;
	border-left: 1px none #547D9D;
}
.border__top_bottom {
	border-top: 1px solid #66CCFF;
	border-right: 1px none #66CCFF;
	border-bottom: 1px solid #66CCFF;
	border-left: 1px none #66CCFF;
}
.border_bottom {
	border-top: 1px none #66CCFF;
	border-right: 1px none #66CCFF;
	border-bottom: 1px solid #62A673;
	border-left: 1px none #66CCFF;
}
.border_bottom_blue {
	border-top: 1px none #66CCFF;
	border-right: 1px none #66CCFF;
	border-bottom: 1px solid #66CCFF;
	border-left: 1px none #66CCFF;
}

.border_top_bottom {
	border-top: 1px solid #547D9D;
	border-right: 1px none #66CCFF;
	border-bottom: 1px solid #547D9D;
	border-left: 1px none #66CCFF;
}
.border_left_bottom {
	border-top: 1px none #66CCFF;
	border-right: 1px none #66CCFF;
	border-bottom: 1px solid #DA393B;
	border-left: 1px solid #DA393B;
}
.border_left_top_bottom {
	border-top: 1px solid #547D9D;
	border-right: 1px none #547D9D;
	border-bottom: 1px solid #547D9D;
	border-left: 1px solid #547D9D;
}

.border_bottom_right_bottom
{
	border-top: 1px none ;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid none;
}
.border_right
{

	border-top: 1px none ;
	border-right: 1px solid #333333;
	border-bottom: 1px none;
	border-left: 1px none;
}
.border_left
{

	border-top: 1px none ;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px solid #DA393B;
}
.border_left_right
{

	border-top: 1px none ;
	border-right: 1px solid #DA393B;
	border-bottom: 1px none;
	border-left: 1px solid #DA393B;

}
.border_all_black {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}

.border_all_green {
	border-top: 10px solid #006121;
	border-right: 10px solid #006121;
	border-bottom: 10px solid #006121;
	border-left: 10px solid #006121;
}

A.type1:link    {color:#000000; text-decoration:none;}
A.type1:visited {color:#000000; text-decoration:none;}
A.type1:active  {color:#000000; text-decoration:none;}
A.type1:hover   {color:#0000CC; text-decoration:underline;}

A.type2:link    {color:#000000; text-decoration:underline;}
A.type2:visited {color:#000000; text-decoration:none;}
A.type2:active  {color:#000000; text-decoration:none;}
A.type2:hover   {color:#0000CC; text-decoration:underline;}