/* CSS Document */

/* top navigation bar class -------------------------------------------------------------*/
.top_nav {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	font-weight : normal;
}
.top_nav  a:link{
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
}
.top_nav a:visited {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	text-decoration : none;
	font-weight : bold;

}
.top_nav a:hover {
	color : #FFFF00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
}
/* sub top navigation bar class -------------------------------------------------------------*/
.sub_top_nav {
	color : 0BBB37;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	font-weight : normal;
}
.sub_top_nav  a:link{
	color : 0BBB37;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
}
.sub_top_nav a:visited {
	color : 0BBB37;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
}
.sub_top_nav a:hover {
	color : 0BBB37;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	text-decoration : underline;
	font-weight : bold;
}

/*  Content Classes --------------------------------------------------------------*/
h1 {
	font-size: 16px;
	line-height: 16px; 
}
/* content headers 1*/
.content_header_1 {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}


/* big orange header */
.content_header_orange_big {
	color : #FF8700;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding-top : 7px;
	padding-bottom : 5px;
}

/* small orange header */
.content_header_orange_sm {
	color : #FF8700;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-top : 5px;
	padding-bottom : 3px;
	font-weight : bold;
}

/*green header*/
.green_header {
	color : #008E28;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	padding-top: 7px;
	padding-bottom: 6px;
}

/* light blue header*/
.blue_header_1 {
	color : #007AFB;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding-top : 7px;
	padding-bottom : 5px;
}



/* black content text with colored links -------------------------------------------------------------*/

/* blue links 1 */
.blue_links_1 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;

}
.blue_links_1  a:link{
	color : #00669B;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : normal;
}
.blue_links_1 a:visited {
	color : #00669B;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : normal;
}
.blue_links_1 a:hover {
	color : #57ACEC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : normal;
}


/* orange links 1 */
.orange_links {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.orange_links  a:link{
	color : #FF8700;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : normal;
}
.orange_links a:visited {
	color : #FF8700;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : normal;
}
.orange_links a:hover {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : normal;
}


/* green links */
.green_links {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.green_links  a:link{
	color : #008E28;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
}
.green_links a:visited {
	color : #008E28;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
}
.green_links a:hover {
	color : #32CD32;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
}


/* bottom navigation bar------------------------------------------------------------- */

.bottom_nav {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	text-align : center;
}
.bottom_nav  a:link{
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
}
.bottom_nav a:visited {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
}
.bottom_nav a:hover {
	color : #FFFF00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
}


/* bottom sub navigation bar------------------------------------------------------------- */

.bottomsub_nav {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
}
.bottomsub_nav  a:link{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
}
.bottomsub_nav a:visited {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
}
.bottomsub_nav a:hover {
	color : Silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
}
.productlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	font-weight : normal;
; line-height: normal; text-align: center
}
.productlinks a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	font-weight : normal;
}.productlinks a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	font-weight : normal;
}.productlinks a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
	font-weight : normal;
}
.borderSeperator {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 1px;
}
.dottedrule {
	background-image: url(images/doted_bg.gif);
	background-repeat: repeat-x;
	height: 1px;
}
.submit  {
	color: #333333;
	font-size:10px;
	font-family:verdana;
	text-decoration: none;
	background-color:#EFEFEF;
	width:80px
}
.cp_title_title {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; padding-top: 3px; padding-right: 2px; padding-bottom: 3px; padding-left: 28px; border-color: #05066C black #05066C #05066C; border-style: double; border-top-width: 3px; border-right-width: 0px; border-bottom-width: 3px; border-left-width: 0px; background-color: #009933}
.cp_header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; line-height: 22px; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px}
.bn_title_title {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; padding-top: 3px; padding-right: 2px; padding-bottom: 3px; padding-left: 28px; border-color: #05066C black #05066C #05066C; border-style: double; border-top-width: 3px; border-right-width: 0px; border-bottom-width: 3px; border-left-width: 0px; background-color: #009933}
.bn_header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; line-height: 22px; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px}
.ed_title_title {  font-family: Arial; font-size: 14px; font-weight: bold; color: #CC3333; padding-top: 3px; padding-right: 2px; padding-bottom: 3px; padding-left: 16px; border-color: #05066C black #05066C #05066C; border-style: double; border-top-width: 3px; border-right-width: 0px; border-bottom-width: 3px; border-left-width: 0px; background-color: #F8F8F8}
.ed_header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #CC3333; line-height: 20px; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px}
.categorylinks a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight : normal;
}.categorylinks a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight : normal;
}.categorylinks a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight : normal;
}

