﻿html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

body {
	border-width: thin;
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #000000;
}

A 		 { color: #A596C8; text-decoration:none }
A:link   {  } 
A:visited{  } 
A:active {  } 
A:hover  { color: #FFFFFF; background: #A596C8; } 

.top 		{ color: #A596C8; text-decoration:none; font-size: 9.5pt;}
.top:link   {  } 
.top:visited{  } 
.top:active {  } 
.top:hover  { color: #FFFFFF; background: #A596C8; }

.purplebox {
	background-color: #492F91;
	position:absolute;
	top: 50%;
	left: 50%;
	width:900px;
	height:450px;
	margin-top: -225px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
}

.purplebox2 {
	background-color: #492F91;
	position:absolute;
	top: 50%;
	left: 50%;
	width:900px;
	height:610px;
	margin-top: -305px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
}

.whitebox {
	background-color: white;
}

.BIGgrey {
	color: #0;
	font-size: 11pt;
}

.BIGpink {
	color: #E73E97;
	font-size: 11pt;
}

.MainTxt {
	color: #808080;
	font-size: 10pt;
	scrollbar-3dlight-color:#808080; 
	scrollbar-arrow-color:#B0B0B0; 
	scrollbar-base-color:#808080; 
	scrollbar-darkshadow-color:#808080; 
	scrollbar-face-color:#808080; 
	scrollbar-highlight-color:#E0E0E0; 
	scrollbar-shadow-color:#808080; 
	scrollbar-track-color:#a0a0a0; 
}

.MenuTxt { 	
	white-space: nowrap;
	text-align: center;
	font-size: xx-small;
	color: #A596C8;
}
 
.MenuTxtSelected {
	white-space: nowrap;
	text-align: center;
	font-size: xx-small;
	color: white;
} 
 
.SubMenuTxt { 	
	white-space: nowrap;
	text-align: left;
	font-size: xx-small;
	color: #A596C8;
}


.SubMenuTxtSelected { 	
	white-space: nowrap;
	text-align: left;
	font-size: xx-small;
	color: white;
}

.SmallHeader {
	color: #808080;
	font-size: 8pt;
	text-transform:uppercase
}

.FormTxt { 	
	white-space: nowrap;
	text-align: left;
	font-size: xx-small;
	color: #808080;
}

.SmallTxt{ 	
	white-space: nowrap;
	text-align: center;
	font-size: xx-small;
	color: #808080;
	text-decoration:none;
}

.SmallTxt :link   { color: #808080; background: #FFFFFF; } 
.SmallTxt :visited{ color: #808080; background: #FFFFFF; } 
.SmallTxt :active { color: #808080; background: #FFFFFF; } 
.SmallTxt :hover  { color: #FFFFFF; background: #808080; }

input 
{ 	
	font-size: xx-small;
	color: #000000;
}

