﻿body {
	background-color: #000000;
}


/* SITE MAIN TEXT */
.sitemaintext { font-size : 11px; font-family: arial; color : #9C9C9C; font-weight: 550; }
}
.demoplayer {background-color: gray;}
.demolabel {
	font-size: small;
	font-family: arial;
	color: white;
	font-weight: 550;
}
.headergreen {
	font-size : 13pt;
	font-family: arial;
	color: #33CC33;
	font-weight: 550;
}
.headerwhite {
	font-size: 13pt;
	font-family: arial;
	color : #ffffff;
	font-weight: 550;
}

a.text { font-family: arial; color: #9C9C9C; text-decoration: none; }
a.text:hover { font-family: arial; color: #ffffff; text-decoration: underline; }

/* SMALL TEXT */
.smallText { font-size : 9px; font-family: arial; color : #9C9C9C; letter-spacing: .1em; line-height: 8pt; font-weight: 550; }
a.smallText { font-family: arial; color: #9C9C9C; text-decoration: none; }
a.smallText:hover { font-family: arial; color: #ffffff; text-decoration: underline; }
b.smallText { font-size : 9px; font-family: arial; color : #9C9C9C; line-height: 8pt; }

/* SITE TEXT */
.siteText { font-size : 11px; font-family: arial; color : #ffffff; font-weight: 550; }
a.siteText { font-family: arial; color: #ffffff; text-decoration: none; }
a.siteText:hover { font-family: arial; color: #ffffff; text-decoration: underline; }

/* MINITEXT ROSE */
.smallTextWHITE { font-size : 9px; font-family: arial; color : #ffffff; letter-spacing: .1em; line-height: 8pt; }
a.smallTextWHITE { font-family: arial; color: #ffffff; text-decoration: none; }
a.smallTextWHITE:hover { font-family: arial; color: #ffffff; text-decoration: underline; }

/* SMALL TEXT LIGHT*/
.smallTextLight {
	font-size : 9px;
	font-family: arial;
	color: #008000;
	letter-spacing: .1em;
	line-height: 8pt;
	font-weight: 550;
}
a.smallTextLight {
	font-family: arial;
	color: #008000;
	text-decoration: none;
}
a.smallTextLight:hover { font-family: arial; color: #ffffff; text-decoration: underline; }




/* CAPTION BOLD W LETTERSPACING BLACK */
.caption { font-size : 12px; font-family: arial; color : #859AC7; letter-spacing: .45em; font-weight: 900; line-height: 1pt; }
a.caption { font-family: arial; color: #859AC7; text-decoration: none; font-weight: 900; }
a.caption:hover { font-family: arial; color: #ffffff; text-decoration: underline; font-weight: 900; }




/* HIGHLIGHT 1 - BLACK BOLD */
.hl1 { font-size : 11px; font-family: arial; color : #5D5D5D; font-weight: 900; line-height: 0pt; }
a.hl1 { font-family: arial; color: #5D5D5D; text-decoration: none;  font-weight: 900;}
a.hl1:hover { font-family: arial; color: #5D5D5D; text-decoration: underline; }

/* HIGHLIGHT 2 - BLUE BOLD */
.hl2 { font-size : 11px; font-family: arial; color : #859AC7; font-weight: 900; }
a.hl2 { font-family: arial; color: #859AC7; text-decoration: none;  font-weight: 900;}
a.hl2:hover { font-family: arial; color: #859AC7; text-decoration: underline; }

/* HIGHLIGHT 3 - PINK BOLD */
.hl3 { font-size : 11px; font-family: arial; color : #EEACCC; font-weight: 900; }
a.hl3 { font-family: arial; color: #EEACCC; text-decoration: none;  font-weight: 900;}
a.hl3:hover { font-family: arial; color: #EEACCC; text-decoration: underline; }



/* MENU - BLACK WITH BLUE HIGHLIGHT */
.menu { font-size : 11px; font-family: arial; color : #5D5D5D; font-weight: 900; line-height: 0pt; }
a.menu { font-family: arial; color: #5D5D5D; text-decoration: none;  font-weight: 900;}
a.menu.visited { font-family: arial; color: #5D5D5D; text-decoration: none;  font-weight: 900;}
a.menu:hover { font-family: arial; color: #859AC7; text-decoration: underline; }



/* HEADER1 - BLACK*/
.header1 { font-size : 13px; font-family: arial; color : #5D5D5D; font-weight: 900; }
a.header1 { font-family: arial; color: #5D5D5D; text-decoration: none; }
a.header1:hover { font-family: arial; color: #5D5D5D; text-decoration: underline; }

/* HEADER2 - BLUE*/
.header2 { font-size : 13px; font-family: arial; color : #859AC7; font-weight: 900; }
a.header2 { font-family: arial; color: #859AC7; text-decoration: none; }
a.header2:hover { font-family: arial; color: #859AC7; text-decoration: underline; }

/* HEADER3 - PINK*/
.header3 { font-size : 13px; font-family: arial; color : #EEACCC; font-weight: 900; }
a.header3 { font-family: arial; color: #EEACCC; text-decoration: none; }
a.header3:hover { font-family: arial; color: #EEACCC; text-decoration: underline; }



/* BORDER - BLUE*/
#imgborder {border-style: solid;
border-width: 1px;
border-color: #859AC7;}



/* Form elements */
select {
	color : #ffffff;
	font: normal 11px arial, Arial, Helvetica, sans-serif;
	background-color: #878787;  
	border-color : #8E7F7A;
	border-width: 1px;
}

textarea {
	color : #ffffff;
	font: normal 11px arial, Arial, Helvetica, sans-serif;
	background-color: #878787;  
	border-color : #8E7F7A;
	border-width: 1px;
}

input {
	color : #ffffff;
	font: normal 11px arial, Arial, Helvetica, sans-serif;
	background-color: #878787;  
	border-color : #8E7F7A;
	border-width: 1px;
}

input.submit {
	color : #595959;
	font: normal 11px arial, Arial, Helvetica, sans-serif;
	background-color: #B4B4B4;  
	border-color : #434343;
	border-width: 1px;
}


hr	{ height: 0px; border: solid #7E7E7E; border-top-width: 0px; border-bottom-width: 1px;}

























