body.layer {
	background-image: url(images/bgr.jpg);
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: Black;
	scrollbar-3dlight-color : #DDDFFF;
	scrollbar-arrow-color : #0002F9;
	scrollbar-base-color : #000066;
	scrollbar-darkshadow-color : #D6D6D6;
	scrollbar-face-color : #D7D9FF;
	scrollbar-highlight-color : #F0F3FF;
	scrollbar-shadow-color : #000066;
	scrollbar-track-color : #E1E3FF;
}

body.top {
	background-image: url(images/bgr.jpg);
	background-attachment: fixed;
	margin-left: 30px;	
}

body.pop {
	background-image: url(images/bgr.jpg);
	background-attachment: fixed;
	margin-left: 30px;
}

A:LINK {
	background-color: transparent;
	font-weight: normal;
	color : #000;
}

A:VISITED {
	background-color: transparent;
	font-weight: normal;
	color : #000;
}

A:HOVER {
	background-color: transparent;
	color : #FF0033;
	text-decoration : none;	
}

P {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 1px;
	margin-bottom : 14px;
	text-align: left;
}

H1 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color : #000066;
}

H2 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color : #000066;
}

H3 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color : #000066;
}

H4 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color : #000066;
	text-transform: uppercase;
}

H5 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color : #000066;
	margin-bottom : 3px;
	text-align: left;	
}

H6 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color : #000066;
	font-style : italic;
}

UL {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

LI {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color : #000066;
}

DT {
	background-color: transparent;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

BLOCKQUOTE {
	margin-left : 0;
}

.textbox {
	border-top-color: #C6B9FF;
	border-top-style: inset;
	border-top-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #C6B9FF;
	border-left-style: inset;
	border-left-width: thin;
	height : 18px;
	width : 200px;
}

.textboxsmall {
	border-top-color: #C6B9FF;
	border-top-style: inset;
	border-top-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #C6B9FF;
	border-left-style: inset;
	border-left-width: thin;
	height : 18px;
	width : 150px
}

.textboxlogin {
	border-top-color: #C6B9FF;
	border-top-style: inset;
	border-top-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #C6B9FF;
	border-left-style: inset;
	border-left-width: thin;
	height : 18px;
	width : 80px;
}

.textboxarea {
	border-top-color: #C6B9FF;
	border-top-style: inset;
	border-top-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #C6B9FF;
	border-left-style: inset;
	border-left-width: thin;
   width : 200px
}

CAPTION {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000066;
	font-weight: bolder;
}

TR {
	background: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: Black;
}
	
TH {
	background-color: #E6E6FE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000066;
	font-weight: bolder;
}

TD {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: Black;
}


