body{
	font-family: verdana;
	color: black;
	font-size: 11px;
	background-color: #e7e7e7;
	background-image: url('images/fadingGrey.jpg');
}


a{
	font-family: verdana;
	color: black;
	font-size: 11px;
	text-decoration: none;
}


img{
    border: none;
}


.black{
	color: #000000;
}


#info{
	font-size: 10px;
	font-family: tahoma;
	text-align: center;
	color: #555555;
	text-transform: uppercase;
}

#info a{
	font-size: 10px;
	font-family: tahoma;
	color: #555555;
}


#info a:hover{
	font-size: 10px;
	font-family: tahoma;
	color: #000000;
	text-decoration: underline;
}


#page{
	position: absolute;
	left: 50%;
	top: 30px;
	width: 700px;
	margin-left: -350px;
}


#page_infoTable{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border-collapse: collapse;
}


#page_table{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
}


#page_table_content{
	vertical-align: top;
	text-align: left;
	width: 700px;
	padding-top: 30px;
	background-color: #ffffff;
}


#page_table_title{
	vertical-align: bottom;
	text-align: left;
	width: 700px;
	height: 130px;
	background-color: #0065a1;
    background-image: url('images/title.jpg');
    background-repeat: no-repeat;

}


#poweredByYourDesign{
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 10px;
    color: #84a8f3;
    font-weight: bold;
}


#poweredByYourDesign a{
    font-size: 10px;
    color: #84a8f3;
    font-weight: bold;
}


#poweredByYourDesign a:hover{
    font-size: 10px;
    color: #84a8f3;
    font-weight: bold;
}


.text{
    background-color: white;
}


#title{
	position: relative;
	bottom: 55px;
	left: 70px;
	font-weight: bold;
	font-size: 46px;
}



/********************* TAB MENU - START ******************************/

#tabMenu {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
}


#tabMenu ul {
    margin:0;
    padding: 0px 10px 0 40px;
    list-style:none;
}


#tabMenu li {
    display:inline;
    margin:0;
    padding:0;
}


#tabMenu a {
    float:left;
    background:url("images/tableftH.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}


#tabMenu a span {
    float:left;
    display:block;
    background:url("images/tabrightH.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#FFF;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabMenu a span {float:none;}
/* End IE5-Mac hack */


#tabMenu a:hover span {
    color:#FFF;
}


#tabMenu a:hover {
    background-position:0% -42px;
}


#tabMenu a:hover span {
    background-position:100% -42px;
}


#tabMenu #current a {
    background-position:0% -42px;
}


#tabMenu #current a span {
    background-position:100% -42px;
}

/********************* TAB MENU - SLUT ******************************/
