/*********************************************
**              PAGE ELEMENTS               **
*********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#0066CC;
	color:#ffffff;
	margin: 0px;
}

p {
	margin:0px;
}

div{
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
}

/*********************************************
**                  Classes                 **
*********************************************/

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : 700;
	color: #ffffff;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : 900;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
}

.java {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.copySmall {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #ffffff;

}

.footer {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #99C8F2;

}

.footerTextSlogan  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 900;
	letter-spacing : 3px;
	color: #FFFFFF;

}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
}

.HTtable{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 657px;	
}

.HTtable_foot_L{
	background-color:#FCCD37;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align:left;
	width: 335px;
}

.applet{
	background-image: url(../images/placeholder01.jpg);
   background-position: 0px 0px;
   background-repeat: no-repeat;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 362px;
	height: 242px;
	text-align:center;
}

.mainBG {
	background-image: url(../images/splash_main.jpg);
   background-position: 0px 0px;
   background-repeat: no-repeat;
	width:657px;
	height:347px;	
	text-align: left;
}

.index_copy{
	text-align: center;
	width: 335px;
	margin-bottom:10px;
}

/*********************************************
**                   Links                  **
*********************************************/

a.stream:link {
	color: #ffffff;
	text-decoration: underline;
}

a.stream:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.stream:active {
	color: #ffffff;
	text-decoration: underline;
}

a.stream:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.wmp:link {
	color: #0066CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : 700;
}

a.wmp:visited {
	color: #0066CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : 700;
}

a.wmp:active {
	color: #0066CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : 700;
}

a.wmp:hover {
	color: #DF1432;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : 700;
}

a:link {
	color: #FEE624;
	text-decoration: underline;
}

a:visited {
	color: #99C8F2;
	text-decoration: underline;
}

a:active {
	color: #FEE624;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

