/*************************

Style by: Aleksei Vanamois

*************************/

/* Text Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #FFF5DD;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	background-color:#2A0030;
	}
a 		  {text-decoration: none;}
a:link    {color: #9C009C;}
a:visited {color: #9C009C;}
a:hover   {color: #FFF5DD; text-decoration: none;}
	
p           {padding: 0px;}	
p a:link    {color: #FFF5DD;}
p a:visited {color: #FFF5DD;}
p a:hover   {color: #FFF5DD; text-decoration: none;}

b  {font-weight: bold;}

ul {
	padding: 0px 0px 0px 25px;
	list-style-type: square;
}
hr {
	margin: 10px 0px 10px 0px;
	border-top: 1px dashed #FFF5DD;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height: auto !important;
	height: 1px;
}

h1 {color: #9C009C; font-size: 24pt; font-weight: bold; margin: 0px 0px 5px 0px;}
h2 {color: #9C009C; font-size: 16pt; font-weight: bold; margin: 0px 0px 10px 0px;}
h3 {color: #9C009C; font-size: 12pt; font-weight: bold; margin: 10px 0px 10px 0px;}
h4 {color: #FFF5DD; font-size: 12pt; font-weight: bold; margin: 0px 0px 10px 0px;}

/* Form Styles */

.login {
	font-size: 9pt;
	color: #FFF5DD;
	border: 1px solid #9C009C;
	background-color: #9C009C;
	padding: 2px;
	}
