/* Default Theme CSS Document */

/* GLOBAL SECTION */
body {
/*	background-image:url(home/bg.jpg);
*/	
	background	   : #000000;
	margin		   : 0px 0px 0px 0px;
	font-family    : Verdana, sans-serif;
}

table {
	font-family    : Verdana, sans-serif;
	font-size      : 11px;
}

.topMenuText {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size  		: 14px;
	font-weight		: bold;
	color      		: #FFFFFF;
	text-decoration	: none;
}

.nav_Link {
	font-family: Eurostile, helvetica;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}

/*
Current Template CSS
*/

.Footer {
	
}

/* NORMAL TEXT FOR MOSTLY CONTENT */
.normalText {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 10px;
	color          : #000000;
	text-decoration: none;
}


/* COMMON */

.btnLink{
	text-align		: middle;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #FFFFFF;
	padding			: 0px 0px 0px 6px;
	text-decoration	: none;
}

.btnLink:visited{
	color: #FFFFFF;
}

.btnLink:hover{
	text-decoration:underline;
}

.btnLink:active{
	color: #FFFFFF;
}