body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

.lightgray10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
	color: #FFFFFF;
}

.lightgray10 a{
	color: #B0F8FF;
	text-decoration: underline
}

.lightgray10 a:hover {
	color: #00e4ff;
	text-decoration: none
}


.gray10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
	color: #FFFFFF;
}

.gray10 a{
	color: #126AE6;
	text-decoration: underline
}

.gray10 a:hover {
	color: #00e4ff;
	text-decoration: none
}


.white12 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	text-align: justify; 
	color: #ffffff;
}

.white12 a {  
	color: #B0F8FF;
	text-decoration: underline
}

.white12 a:hover {  
	color: #00e4ff;
	text-decoration: none
}

.addbg {
	background-image: url(images/index_bot_bg.jpg);
	background-repeat: no-repeat;
}
.contents_bgr {
	background-image: url(images/content_bgr.jpg);
	background-repeat: repeat-x;
}


.blue13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: justify;
	color: #07152F;
}

.blue13 a {
	color: #FF0000;
	text-decoration: underline
}

.blue13 a:hover {
	color: #FF0000;
	text-decoration: none
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #091C3D;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.button a {
	color: #FFFFFF;
	text-decoration: none;
}

.button a:hover {
	color: #B0F8FF;
	text-decoration: none;
}


.line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	height: 20px;
	font-weight: bold;
	border-top-color: #000000;
}


.blue16bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #000000;
	height: 20px;
	font-weight: bold;
}

.blue16bold a {
	color: #07152F;
	text-decoration: underline;
}

.blue16bold a:hover {
	color: #07152F;
	text-decoration: none
}

.blue15bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-align: justify;
	color: #07152F;
	font-weight: bold;
}

.blue15bold a {
	color: #07152F;
	text-decoration: underline;
}

.blue15bold a:hover {
	color: #FF0000;
	text-decoration: none
}

.white14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	color: #ffffff;
	font-weight: bold;
}

.white14bold a {
	color: #04406a;
	text-decoration: underline;
}

.white14bold a:hover {  
	color: #01788e;
	text-decoration: none
}

.spec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #007500;
	font-weight: bold;
}

.spec a {
	color: #01788e;
	text-decoration: none;
}

.spec a:hover {  
	color: #04406a;
	text-decoration: none
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	color: #82D91E;
	font-style: italic;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #04406A;
	height: 42px;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	font-style: italic;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #000000;
	height: 28px;
}

.dropmenudiv{
	line-height:16px;
	background-color: #091C3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	border: 1px solid #000000;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #FF0000;
	color: #ffffff;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


.dropsubmenudiv{
	line-height:16px;
	z-index:1;
	background-color: #CAFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #000000;
	width: 250px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.dropsubmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px; /*Theme Change here*/
	padding: 1px 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #000000;
}

.dropsubmenudiv a:hover{ /*Theme Change here*/
	background-color: #333333;
	color: #ffffff;
}

.inputborder12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2E2F3D;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #B0F8FF;
	background-color: #FFFFFF;
}


.sidemenu{
	line-height:16px;
	z-index:1;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-bottom-width: 5px;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #2E2F3D;
	padding-left: 5px;
}

.sidemenu a{
	width: 100%;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #999999;
}

.sidemenu a:hover{ /*Theme Change here*/
	background-image: url(images/sidenav_hl.jpg);
	color: #FFFFFF;
}

.sidemenu span{ /*Theme Change here*/
	background-image: url(images/sidenav_hl.jpg);
	width: 100%;
	display: block;
	text-indent: 5px;
	text-decoration: bold;
	color: #FFFFFF;
}

td{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a.productheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00e4ff;
	font-style: italic;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #999999;
	height: 28px;
}
.contenttopbgr {
	background-image: url(images/contents_top_bgr.jpg);
	background-repeat: repeat-x;
}

