/* _____ FONTS _____ */
.f10 { font-family: verdana; font-size: 10; }
.f10_ffffcc { color: #ffffcc; font-family: verdana; font-size: 10; }
.f10b { font-family: verdana; font-size: 10; font-weight: bold }
.f10b_ffffcc { color: #ffffcc; font-family: verdana; font-size: 10; font-weight: bold }
.f11 { font-family: verdana; font-size: 11; }
.f11b { font-family: verdana; font-size: 11; font-weight: bold }
.f11b_ffffcc { color: #ffffcc; font-family: verdana; font-size: 11; font-weight: bold }
.f12 { font-family: verdana; font-size: 12; }
.f12b { font-family: verdana; font-size: 12; font-weight: bold }
.f12b_ffffff { color: #ffffff; font-family: verdana; font-size: 12; font-weight: bold }
.f12b_cccc66 { color: #cccc66; font-family: verdana; font-size: 12; font-weight: bold }
.f13 { font-family: verdana; font-size: 13; }
.f13b { font-family: verdana; font-size: 13; font-weight: bold }
.f13b_ffffcc { color: #ffffcc; font-family: verdana; font-size: 13; font-weight: bold }
.f13b_ff0000 { color: #ff0000; font-family: verdana; font-size: 13; font-weight: bold }
.f20b { font-family: verdana; font-size: 20; font-weight: bold }
.f20b_ffffff { color: #ffffff; font-size: 40; font-weight: bold }

/* _____ FORMS _____ */
.button { background-color: #ffffcc; color: #000000; font-family: verdana; font-size: 10pt; }
.button_ededed { background-color: #ededed; color: #000000; font-family: verdana; font-size: 10pt; }
.input { background-color: #ffffcc; color: #000000; font-family: verdana; font-size: 10pt; }
.input_ededed { background-color: #ededed; color: #000000; font-family: verdana; font-size: 10pt; }

/* _____ LINKS _____ */
A:active { color: #ff0000; }
A:link { color: #0000ff; }
A:hover { color: #ff0000; text-decoration: none; }
A:visited { color: #0000ff; }
A.black:active { color: #ff0000; }
A.black:link { color: #cccc66; }
A.black:hover { color: #ff0000; text-decoration: none; }
A.black:visited { color: #cccc66; }

/* _____ MISCELLANEOUS _____ */
SAMP { font-family: courier-new; font-size: 10pt; }

/* _____ SCROLLBAR _____ */
body,html {
	scrollbar-3dlight-color: #0052a5;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #0052a5;
	scrollbar-darkshadow-color: #0052a5;
	scrollbar-face-color: #0052a5;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #0052a5;
}
