BODY{
	background-color: #191b4c;
	margin : 0 0 0 0;
	color : #3DF54F;
	font-size : 16.5px;
	font-family : Arial;
	background-position : top;
    background-repeat : no-repeat;
	
	background-color: #000697;
	scrollbar-highlight-color: #99ffff; 			
	scrollbar-base-color: #B9b9e9; 
	scrollbar-face-color: #5a5eb5; 
	scrollbar-darkshadow-color: #000697; 
	scrollbar-shadow-color: #000697; 
	scrollbar-track-color: #003399;
}

.title{
	color : #3DF54F;
	font-size : 18px;
	font-family : Arial;
	font-weight : bold;
}

.text{
	color : #FFFFFF;
	font-size : 16.5px;
	font-family : Arial;
}
 
 .text_small{
	color : #B9B9E9;
	font-size : 14.5px;
	font-family : Arial;
}

.text_smaller{
	color : #B9B9E9;
	font-size : 10px;
	font-family : Arial;
}

.text2{
	color : #3DF54F;
	font-size : 14px;
	font-family : Arial;
}

.text3{
	color : #FFFFFF;
	font-size : 14px;
	font-family : Arial;
}

A.large:Link{
	color : #FFFFFF;
	font-size : 17px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;	
}

A.large:Active{
	color : #3DF54F;
	font-size : 17px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A.large:Visited{
	color : #FFFFFF;
	font-size : 17px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A.large:Hover{
	color : #3DF54F;
	font-size : 17px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A.large:Visited:Hover{
	color : #3DF54F;
	font-size : 17px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A:Link{
	color : #FFFFFF;
	font-size : 14.5px;
	font-family : Arial;
	font-weight : bold;
}

A:Active{
	color : #3DF54F;
	font-size : 14.5px;
	font-family : Arial;
	font-weight : bold;
}

A:Visited{
	color : #FFFFFF;
	font-size : 14.5px;
	font-family : Arial;
	font-weight : bold;
}

A:Hover{
	color : #3DF54F;
	font-size : 14.5px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A:Visited:Hover{
	color : #3DF54F;
	font-size : 14.5px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A.nav:Link{
	color : #3DF54F;
	font-size : 14.5px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A.nav:Active{
	color : #3DF54F;
	font-size : 14.5px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A.nav:Visited{
	color : #3DF54F;
	font-size : 14.5px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A.link2:Link{
	color : #3DF54F;
	font-size : 14px;
	font-family : Arial;
	font-weight : 100;
}

A.link2:Active{
	color : #3DF54F;
	font-size : 14px;
	font-family : Arial;
	text-decoration : none;
	font-weight : 100;
}

A.link2:Visited{
	color : #3DF54F;
	font-size : 14px;
	font-family : Arial;
	text-decoration : none;
	font-weight : 100;
}

A.link2:Hover{
	color : #3DF54F;
	font-size : 14px;
	font-family : Arial;
	text-decoration : underline;
	font-weight : 100;
}

A.link2:Visited:Hover{
	color : #3DF54F;
	font-size : 14px;
	font-family : Arial;
	text-decoration : underline;
	font-weight : 100;
}


A.link3:Link{
	color : #FFFFFF;
	font-size : 14px;
	font-family : Arial;
	font-weight : 100;
}

A.link3:Active{
	color : #FFFFFF;
	font-size : 14px;
	font-family : Arial;
	text-decoration : none;
	font-weight : 100;
}

A.link3:Visited{
	color : #FFFFFF;
	font-size : 14px;
	font-family : Arial;
	text-decoration : none;
	font-weight : 100;
}

A.link3:Hover{
	color : #FFFFFF;
	font-size : 14px;
	font-family : Arial;
	text-decoration : underline;
	font-weight : 100;
}

A.link3:Visited:Hover{
	color : #FFFFFF;
	font-size : 14px;
	font-family : Arial;
	text-decoration : underline;
	font-weight : 100;
}

IMG.border1{
	border: 1px solid #3DF54F;
}

TABLE.list{ 
	background: #000697;
	border: 1px solid #3DF54F;
}

.light_blue{
	background: #5A5EB5;
}

INPUT{
	background-color: #5A5EB5;
    font-family : Arial;
    font-size : 14.5px;
    color : #FFFFFF;
    border : 1 solid #B9B9E9;
    padding : 2 2 2 2;
}
TEXTAREA{
	background-color: #5A5EB5;
    font-family : Arial;
    font-size : 14.5px;
    color : #FFFFFF;
    border : 1 solid #B9B9E9;
    padding : 2 2 2 2;
}