@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #185BA1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Sans-serif, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

/* TEXT STYLES */
.NewsDt {
	font-size: 10px;
	color: #F6DC02;
	font-weight:bold;
}
.NewsTxt {
	font-size: 11px;
	color: #29A9D2;
}
.PgTitle {
	font-size: 22px;
	font-weight:bold;
	color: #F6DC02;
}
.PgTitleSub {
	font-size: 18px;
	color: #FFFFFF;
}
.ProdBox1 {
	font-size: 16px;
	font-weight:bold;
	
}
.ProdBox2 {
	font-size: 12px;
	color: #F6DC02;
	font-weight:bold;
}
.ProdTitle {
	font-size: 18px;
	color: #F6DC02;
}
.listBulletY {
	list-style-image : url(images/yellow_bullet.gif);
}

/* LINK STYLES */
a:link { 
	text-decoration: none; 
	color: #F6DC02;
	border: 0px;
	}
a:visited { 
	text-decoration: none; 
	color: #F6DC02;
	border: 0px;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #EC1D43;
	border: 0px;
	}
	
a.Launch:link { 
	font-size: 12px;
	font-weight:bold;
	text-decoration: none; 
	color: #F6DC02;
	border: 0px;
	}
a.Launch:visited { 
	font-size: 12px;
	font-weight:bold;
	text-decoration: none; 
	color: #F6DC02;
	border: 0px;
	}
a.Launch:hover, a.Launch:active { 
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline; 
	color: #EC1D43;
	border: 0px;
	}
	
a.FAQs:link { 
	font-size: 14px;
	font-weight:bold;
	text-decoration: none; 
	color: #F6DC02;
	border: 0px;
	}
a.FAQs:visited { 
	font-size: 14px;
	font-weight:bold;
	text-decoration: none; 
	color: #F6DC02;
	border: 0px;
	}
a.FAQs:hover, a.FAQs:active { 
	font-size: 14px;
	font-weight:bold;
	text-decoration: underline; 
	color: #EC1D43;
	border: 0px;
	}

a.SmLnk:link { 
	font-size: 10px;
	text-decoration: none; 
	color: #F6DC02;
	border: 0px;
	}
a.SmLnk:visited { 
	font-size: 10px;
	text-decoration: none; 
	color: #F6DC02;
	border: 0px;
	}
a.SmLnk:hover, a.SmLnk:active { 
	font-size: 10px;
	text-decoration: underline; 
	color: #EC1D43;
	border: 0px;
	}
	
/* FORM STYLINGS */
input.loginbox {
	border: 1px solid #1575AB;
	background-color: #2161A4;
	font-family: "trebuchet MS", Verdana, tahoma, arial;
	font-size: 11px;
	color: #F6DC02;
}

textarea {
	border: 1px solid #1575AB;
	background-color: #2161A4;
	font-family: "trebuchet MS", Verdana, tahoma, arial;
	font-size: 11px;
	color: #F6DC02;
}

.butControl {
	font-weight:bold;
	color: #FFFFFF; 
	background-color: #2161A4; 
	border: 1px solid #1575AB; 
}

select {
	border: 1px solid #1575AB;
	background-color: #2161A4;
	font-family: "trebuchet MS", Verdana, tahoma, arial;
	font-size: 11px;
	color: #F6DC02;
}
