BODY, TD, P, H1, H3, A, INPUT, TEXTAREA, SELECT, LI { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000
}

P {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

H1 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0.2em;
	margin-bottom: 0.7em;
}

H3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 1.2em;
	margin-bottom: 0.7em;
}

A:link, A:visited {
	font-size: 12px;
	color : #000000;
	text-decoration: underline
}

A:hover, A:active	{
	color : #990000;
	text-decoration: underline;
}

A.nav:link, A.nav:visited, A.nav:hover, A.nav:active, P.nav {
   color: #FF5B02;
   font-weight: bold;
}

A.prompt:link, A.prompt:visited, A.prompt:hover, A.prompt:active {
	font-size: 12px;
	color : #990000;
	text-decoration: underline
}

input.3d {
	font-family: Verdana; 
	font-size: 8pt; width=100%;
	color: #FFFFFF;
	background-color: #AAAAAA; 
	font-weight: bold; 
	border: outset 2px white;
}

select.sel1 { 
	font-size: 14px; 
	font-weight: bold; 
	color: #333333; 
}

.font1 {  
	font-size: 12px; 
	font-weight: bold; 
	color: #000000
}

.font2 { 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000
}

.font3 { 
	font-size: 12px; 
	font-weight: normal;
	color: #000000 
}

.fontbg1 { 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #999999
}

.fontbg2 { 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000; 
}

.fontbg3 { 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #999999
}

A.fontbg2:hover { 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000;
	text-decoration: underline;
}

.error { 
	font-size: 12px; 
	font-weight: bold; 
	color: #FF0000; 
}

.error2 { 
	font-size: 13px; 
	font-weight: bold; 
	color: #FF0000; 
}

.fontgraybg { 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000 ; 
	background-color: #F2F2F2
}

.fontbgsmall2 { 
	font-size: 12px; 
	font-weight: bold; 
	color: #333333; 
}

.note { 
	font-family: Verdana, Helvetica, Arial sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	color: #000000; 
}

IMG.i {
	border: solid 1px;
	border-color: #777777;
	width: 175px;
	height: 250px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#5F5F5F,direction=135,strength=5);
}

#tip {
	background: #CCF3F4;
	border: 1px solid #59BCDD;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	left: -1000px;
	padding: 5px;
	position: absolute;
	top: -1000px;
	width: 325px;
}

#attention {
    width: 100%; 
	padding: 5px; 
	border: solid 2px #FF5B02;
}

