body {
	background-color: #000000;
}


/* MENU */
.menu { font-size : 11px; font-family: arial; color : #F1F9FF; font-weight: 900; }
a.menu { font-family: arial; color: #F1F9FF; text-decoration: none; }
a.menu:hover { font-family: arial; color: #ED00CE; text-decoration: underline; }



/* TEXT */
.text { font-size : 12px; font-family: arial; color : #F1F9FF; font-weight: 550; }
a.text { font-family: arial; color: #F1F9FF; text-decoration: none; }
a.text:hover { font-family: arial; color: #ED02CD; text-decoration: underline; }

/* BIGTEXT */
.bigtext { font-size : 16px; font-family: verdana; color : #F1F9FF; font-weight: 550; }
a.bigtext { font-family: verdana; color: #F1F9FF; text-decoration: none; }
a.bigtext:hover { font-family: verdana; color: #ED02CD; text-decoration: underline; }

/* hl1 */
.hl1 { font-size : 12px; font-family: arial; color : #51B7FF; font-weight: 550; }
a.hl1 { font-family: arial; color: #51B7FF; text-decoration: none; }
a.hl1:hover { font-family: arial; color: #51B7FF; text-decoration: underline; }

/* hl2 */
.hl2 { font-size : 12px; font-family: arial; color : #ED02CD; font-weight: 550; }
a.hl2 { font-family: arial; color: #ED02CD; text-decoration: none; }
a.hl2:hover { font-family: arial; color: #ED02CD; text-decoration: underline; }

/* HEADER */
.header { font-size : 14px; font-family: arial; color : #ED02CD; font-weight: 900; }
a.header { font-family: arial; color: #ED02CD; text-decoration: none; }
a.header:hover { font-family: arial; color: #ED02CD; text-decoration: underline; }


/* MINITEXT */
.minitext { font-size : 9px; font-family: arial; color : #F1F9FF; letter-spacing: .1em; line-height: 8pt; font-weight: 550; }
a.minitext { font-family: arial; color: #F1F9FF; text-decoration: none; }
a.minitext:hover { font-family: arial; color: #50B6FE; text-decoration: underline; }


/* footer */
.footer { font-size : 9px; font-family: arial; color : #064174; letter-spacing: .1em; line-height: 8pt; font-weight: 550; }
a.footer { font-family: arial; color: #064174; text-decoration: none; }
a.footer:hover { font-family: arial; color: #F1F9FF; text-decoration: underline; }


/* BORDER - BLUE*/
#imgborder {border-style: solid;
border-width: 1px;
border-color: #859AC7;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px arial, Arial, Helvetica, sans-serif;
	background-color: #F1F9FF;  
	border-color : #50B6FE;
	border-width: 1px;
}


input.submit {
	color : #000000;
	font: normal 11px arial, Arial, Helvetica, sans-serif;
	background-color: #859AC7;  
	border-color : #455475;
	border-width: 1px;
}


hr	{ height: 0px; border: solid #859AC7; border-top-width: 0px; border-bottom-width: 1px;}

