/* Tags */
body {
	text-align: center;
	background: #fff url(/images/bg_top.jpg) repeat-x center top;
}
body, p, li, td, h1, h2, h3, h4, h5, h6 {
	color: #245;
}
a {
	text-decoration: none;
	color: #47b;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	background-color: #245;
	color: #fff;
}
acronym {
	cursor: help;
	border-bottom: dashed 1px #47b;
}
h1, h2, h3, h4, h5, h6 {
	margin: 12px 0px;
}
p {
	margin: 12pt 0pt;
}

/* Pseudoclasses */
#container1 {
	width: 100%;
	text-align: left;
	min-width: 780px;
}
#container2 {
}
#header {
	height: 76px;
	padding: 0px 10px;
	text-align: center;
	margin-bottom: 20px;
}
#content1 {
	text-align: center;
}
#content2 {
	width: 500px;
	margin: auto;
}


#header #logo {
	margin-top: 5px;
}
#header h1, #header h2 {
	display: none;
}


/* Classes */
.lblue {
	color: #47b;
}
.mblue {
	color: #357;
}
.dblue {
	color: #245;
}



.w1, .w2, .w3, .w4 {
	line-height: 140%;
}
a.w1 {
	font-size: 100%;
}
a.w2 {
	font-size: 120%;
}
a.w3 {
	font-size: 140%;
	color: #369;
}
a.w4 {
	font-size: 160%;
	color: #245;
}

.formfield, #user, #pass {
	background: #FAFAFA url(/images/bg_formtext.gif) no-repeat -4px -4px;
	color: #444444;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding-left: 3px;
	border: inset 1px #aaa;
}
input.formfield {
	padding-right: 3px;
}
.formbutton, #submit {
	background: #AAAAAA url(/images/bg_button.gif) repeat-x;
	color: #444444;
	font-size: 10px;
	font-weight: normal;
	border: outset 1px #aaa;
}


