
/* Standard Codes */

BODY,TD,TH {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

P,UL,OL {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

SMALL {
	font-size : 8pt;
}

BIG {
	font-size : 12pt;
}

.H2 {
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
}

.H3 {
	font-size : 12pt;
	font-weight : bold;
}

H3 {
	font-size : 12pt;
	font-weight : bold;
}

/* Links */

A {
	text-decoration : none;
	color : #0080C0;
}
A:Visited {
	color : #0080C0;
}
A:Active {
	color : #FF0000;
}
A:Hover {
	text-decoration : underline;
	color : #FF0000;
}

/* Table */

.table {
	font-size: 9pt;
}
.tablehead {
	background : #BBFFFF;
}
.tablelite {
	background : #DDFFFF;
}

.table A {
	text-decoration : none;
	color : #004080;
}
.table A:Visited {
	color : #004080;
}
.table A:Active {
	color : #FF0000;
}
.table A:Hover {
	text-decoration : underline;
	color : #FF0000;
}

/* Menu */

.menu {
	color : #000000;
}
.menu A {
	text-decoration : none;
	color : #000000;
}
.menu A:Visited {
	color : #000000;
}
.menu A:Active {
	color : #FF0000;
}
.menu A:Hover {
	text-decoration : underline;
	color : #FF0000;
}

.menupre {
	font-size: 8pt;
	font-weight : bold;
}

.menuhead {
	font-size: 9pt;
	background : #99FFFF;
	font-weight : bold;
}

.menupost {
	font-size : 8pt;
	font-weight : bold;
}

.white {
	font-size : 8pt;
	color : #FFFFFF;
}
.white A {
	color : #FFFFFF;
}
.white A:Visited {
	color : #FFFFFF;
}

