
/*td, div { behavior: url(iepngfix.htc) }*/

BODY {
	margin: 20px;
	background-color: #F6F2E5;
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial, Helvetica;
	font-size: 16px
}

HR {
	color: #000000;
}

H1 {
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial, Helvetica;
	font-size: 33px;
	font-weight: bold;
	color: #AA3300;
}

H2 {
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial, Helvetica;
	font-size: 30px;
	font-weight: bold;
	color: #AA3300;
}

H3 {
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial, Helvetica;
	font-size: 27px;
	font-weight: bold;
	color: #AA3300;
}

H4 {
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #AA3300;
}

H5 {
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial, Helvetica;
	font-size: 21px;
	font-weight: bold;
	color: #AA3300;
}

H6 {
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #AA3300;
}

a:link{color: #006600;
text-decoration : none;
} 
a:visited{color : #006600;
text-decoration : none;
} 
a:active{color : #006600;
text-decoration : none;
} 
a:hover{color : #00AA00;
text-decoration : underline overline;
}

a.h:link{color: #882200;
text-decoration : underline;
} 
a.h:visited{color : #882200;
text-decoration : underline;
} 
a.h:active{color : #BB4400;
text-decoration : underline;
} 
a.h:hover{color : #BB4400;
text-decoration : underline overline;
}

a.yellow:link{color: #FFFF00;
text-decoration : none;
} 
a.yellow:visited{color : #FFFF00;
text-decoration : none;
} 
a.yellow:active{color : #FFFF00;
text-decoration : none;
} 
a.yellow:hover{color : #FFFFAA;
text-decoration : underline overline;
}

p {
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial, Helvetica;
	font-size: 16px
}

p.15 {font-size: 15px}

p.14 {font-size: 14px}

p.13 {font-size: 13px}

p.12 {font-size: 12px}

p.11 {font-size: 11px}

p.10 {font-size: 10px}

.required {
	color: maroon;
}


.error_message {
	color: maroon;
	font-size: 18px;
}

.small_link, .small_link:hover, .small_link:visited, .small_link:active, .small_link:link {
	font-size: 10px;
	color: Red;
}

.page {
	background-image: url('/art/bgimage.jpg');
	border: 2px solid #8fb3e3;
	width: 900px;
	height: 550px;
	margin-top: 12px;
}

.header {
	/*background-color: #E4E4FA;*/
	height: 60px;
	text-align: center;
	border-bottom: 2px solid #8fb3e3;
	background-image: url('/art/banner_bground.png');
}

.sidebar_top {
	margin-top: 48px;
	margin-left: 3px;
	background-image: url('/art/sbar_top.png');
	width: 156px;
	height: 27px;
	background-repeat: no-repeat;
}
.sidebar_bottom {
	margin-left: 3px;
	background-image: url('/art/sbar_bottom.gif');
	width: 156px;
	height: 5px;
	background-repeat: no-repeat;
}
.sidebar {
	/*background-color: #E4E4FA;*/
	margin-left: 3px;
	background-image: url('/art/sbar_bg.png');
	width: 156px;
	height: 400px;
	padding: 3px;
	background-repeat: repeat-y;
	line-height: 32px;
	font-family: arial;

}


.content {
	/*background-color: #F4F4FB;*/
	padding: 3px;
	width: 700px;
}

.footer {
	/*background-color: #E4E4FA;*/
	height: 30px;
}

.scroller {
	overflow: auto;
}

.alt_row_color {
	background-color: #E8E6FF;
}

.window 
{
	float: left;
	width: 300px;
	height: 300px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 3px;
	margin-left: 24px;
	text-align: center;
	font: arial;
	/*background-color: #e9feeb;*/
	background-image: url('/art/window_bg.png');
}

.window_title
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #dfebfb; /*#d4e9ea; #E4E4FA;*/
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dashed gray;
	color: Maroon;
	
}


INPUT, SELECT, TEXTAREA{
	background-color: #ffffff;
	border: 1px solid black;
	color: #aa3300;
}