
body {
	margin:  0px;
	cursor: default;
	background-color: #1C0D38;
	        background-attachment: ;
	background-position: top left;
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: 7px;
        color: #000000; 
        text-align: justify; 
}




a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8px;
	color: #412A6E;
}
a:hover {
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}




table, tr, td, div {
	font-family: Tahoma;
	font-size: 7px;
        text-align: justify;
	vertical-align: top;
}
.title {
	background-color: #0E0530;
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	letter-spacing: 2px;
	color: #FFFFFF;
	padding: 5px;
}

.content {
	background-color: #160D36;
	font-family: Tahoma;
	font-size: 10px;
	text-align: justify;
	vertical-align: top;
	color: #FFFFFF;
}
.welcome {
	font-family: Tahoma;
        	color: #ffffff;
	text-transform: uppercase;
	font-size: 8px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}


textarea, input, select, button {
	background-color: #EFEFEF;
	border: 1px solid #7A7A7A;
	font-family: Tahoma;
	font-size: 7px;
	font-weight: bold;
	color: #7A7A7A;
}