/** BASIC */

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 244px;
	padding: 3px 5px;
	background: #FFFFFF url(images/homepage16.gif) repeat-x left top;
	border: 1px solid #CCCCCC;
}

#subpage1 .input1 {
	width: 131px;
}

.input2 {
	width: 67px;
	height: 21px;
	background: url(images/homepage17.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	text-align: left;
}

.text2 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	/*color: #728594;*/
	/*color: #204768;*/
	color: #377bc2;
}

.tableFill1 {
	background: #204768;
}
.tableFill2 {
	background: #ffffff;
	text-align: center;
}
.tableFill3 {
	background: #ffffff;
	text-align: left;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
}

.list1 a {
	padding-left: 15px;
	background: url(images/homepage10.gif) no-repeat left center;
}

.list2 {
	margin-left: 20px;
	padding-left: 0px;
	list-style: none;
}

.list2 li{
	padding-left: 15px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #2E5777;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	float: left;
	width: 150px;
	padding: 15px 17px 10px 17px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1sel {
	display: block;
	float: left;
	width: 150px;
	padding: 15px 17px 10px 17px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: orange;
}

.link1:hover {
	background: url(images/homepage05.gif) repeat-x left top;
	color: #204768;
}

.link2 {
	/*text-decoration: none;*/
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	color: #204768;
	font-size: 10px;
}

.style1 a {
	color: #204768;
	font-size: 10px;
}

.style1 a:hover {
	font-size: 10px;
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.jpg) repeat left top; }
.bg2 { background: url(images/homepage02a.gif) repeat-x left top; }
.bg3 { background-color: #FFFFFF; }
.bg4 { background: url(images/homepage11.gif) repeat-y left top; }
.bg5 { background: url(images/homepage18.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 45px;
	background: url(images/homepage09.gif) repeat-x left center;
}

/* EDIT MODE */
.editSubWA 
{
	background-color: lightgrey;
	border-style: dashed;
	border-width: thin;
	border-color: lightgrey;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 100%;
}

/* POPUP LAYERS */

#popupMask 
{
	visibility: hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:299;
	
	background-color:#cccccc;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	
}
#popupContainer 
{
	visibility: hidden;
	position: absolute;
	z-index:300;
	top: 0px;
	left: 0px;
	background-color: #fff;
	border:1px solid #000;
    padding:15px;
    overflow:auto;
}

.hideDIVs
{
	visibility: hidden;
	display: none;
}


