body {
	background: #3581c7;
	color: #333;
	padding: 0 0 0px;
	background-image: url(../img/page_bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {line-height:1em; margin-bottom:.3em;}
h2 {margin-top:0em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

h1, h2, h3 {
	color: #1e3789;

}

h2 {
	font-size:1.5em;
	border-bottom: .1em solid #1e3789;
}
h3 {
	font-size:1.3em;

}
h4 {
	font-size:1.0em;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
	font-weight:bold;
	

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

#popUp {
	width: 90%;
	padding: 5px;
	background-color: #fff;
	margin:auto;
	min-height: 250px;
}
#helpPop {
	width: 100%;
	padding: 5px;
	background-color: #fff;
	margin:auto;
	min-height: 250px;
}
.error {
	background-color: #FFFFCC;
	border: 1px solid #CC6600;
	margin: auto;
	padding: 5px; 
}

td {
	vertical-align:top;
	padding: 5px;
}