BODY {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #666666;
	font-weight : normal;
	text-decoration : none;
	background-image: url(../images/siteBG.gif);
}

TD {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #666666;
	font-weight : normal;
	text-decoration : none;

}

/* FONTS */

.titles {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #E56007;
	font-weight : bold;
	text-decoration : none;
}

.titles2 {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: black;
	font-weight : bold;
	text-decoration : none;
}


/* LINKS */

a {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #E56007;
	font-weight : normal;
	text-decoration : none;
}


a:visited {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #E56007;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: black;
	font-weight : normal;
	text-decoration : underline;
}

.splashLinks {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #333333;
	font-weight : none;
	text-decoration : none;
}

.splashLinks:visited {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #333333;
	font-weight : none;
	text-decoration : none;
}

.splashLinks:hover {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #626262;
	font-weight : none;
	text-decoration : underline;
}

/* LIST */

ul {
	list-style-type: square;
}

/* input */
.select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #ffffff;
		border: 1px #72723B ridge;
		vertical-align: text-bottom;
		color: #000000;
		font-weight: normal
}
.selecta {font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #FFFFCC; height: 18px; width: 370px; border: 1px #72723B ridge; color: #000000; font-weight: normal}

.txtApply {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 250px;
	height: 20px;
}
.txtAreaApply {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 500px;
	height: 150px;
}
.btnSubmit{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;      
    text-decoration: none;
    cursor : hand;
	height: 20px;
    }
	
/* menu */
ul.submenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:#fff;
	border:solid 1px #fff;
	text-align:left;
}

ul.submenu li
{
	padding:0;
	margin:0;
	display:block;
	margin:5px 0px;
	width:100%;
}

ul.submenu li a
{
	padding:0px 0 0px 12px;	
	background:#fff;
	margin:0;
}

ul.submenu li a:hover
{
	background:none;
}

* html ul.submenu li a
{
	
}