BODY {
    FONT-FAMILY: Century Gothic, Tahoma, Arial; 
    COLOR: #000000; FONT-SIZE: 13px;
	background-color:  #000066;
	scrollbar-base-color : #000066;
	scrollbar-3dlight-color :#000066;
	scrollbar-arrow-color :#000066 ;
	edlight-color : #000000;
	}
	
TEXTAREA,INPUT,SELECT, {
    FONT-FAMILY: Century Gothic, Tahoma, Arial; 
    COLOR: #000000; FONT-SIZE: 13px;
	background-color: #F6E6BD;
	scrollbar-base-color : #ffffce;
	scrollbar-3dlight-color :#ffffff;
	scrollbar-arrow-color :#cc0033 ;
	edlight-color : #000000;
	}	


A:link {
    text-decoration: none;
    color: #ffffff;
}
A:visited {
    text-decoration: none;
    color: #ffffff;
}
A:hover {
    text-decoration: underline;
    color: #C6DCF8;
}
A:active {
    text-decoration: none;
    color: #ffffff;
}

A.l1:link {
    text-decoration: none;
    color: #000000;
}
A.l1:visited {
    text-decoration: none;
    color: #000000;
}
A.l1:hover {
    text-decoration: underline;
    color: #A82544;
}
A.l1:active {
    text-decoration: none;
    color: #A82544;
}

A.l2:link {
    text-decoration: none;
    color: #ffffff;
}
A.l2:visited {
    text-decoration: none;
    color: #ffffff;
}
A.l2:hover {
    text-decoration: underline;
}
A.l2:active {
    text-decoration: none;
}

.SmallTextField {
    border: 1px solid gray;
    font-size: 10px;
    font-weight: bolder;
}

.SmallSelectField {
    border: 1px solid gray;
    font-size: 10px;
    font-weight: bolder;
}
.NormalTextField {
    border: 1px solid gray;
    font-size: 12px;
}

.VerySmallText {
    font-size: 10px;
}
.SmallText {
    font-size: 11px;
}
.SmallTextB {
    font-size: 11px;
	font-weight: bold;
}
.SmallTextI {
    font-size: 11px;
	font-style: Italic;
}

.NormalText {
    font-size: 12px;
}

.NormalTextBlu {
    font-size: 12px;
	color: #0062c4;
}

.NormalTextB {
    font-size: 12px;
	font-weight: bold;
}


.NormalTextI {
    font-size: 12px;
	font-style: Italic;
}

.MediumText {
    font-size: 13px;
}
.BigText {
    font-size: 14px
}
.VeryBigText {
    font-size: 15px;
}
.LargeText {
    font-size: 16px;
}
.VeryLargeText {
    font-size: 17px;
}
.ExtraText {
    font-size: 18px;
	color: #0062c4;
}
.VeryExtraText {
    font-size: 21px;
}
.XExtraText {
    font-size: 13px;
}
.VeryXExtraText {
    font-size: 25px;
}

.TitleSection {
	font-size: 11px;
	color: #ffffaa;
	background-color : #A82544;
}

.TitleSectionLarge {
	font-size: 12px;
	color: #ffffaa;
	background-color : #A82544;
}

.Yellow1 {
    background-color: #f7f7dd;
}

.Yellow2 {
    background-color: #ffffaa;
}
