/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.ul1 {
	margin-left: 15px;
	padding-left: 0px;
	list-style: none;
	list-style-image: url(images/homepage25.gif);
	line-height: 1.5em;
}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 110px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #414E5A;
}

.input2 {
	width: 22px;
	height: 14px;
	padding: 0px;
	background: url(images/homepage26.gif) no-repeat center center;
	border: none;
	text-align: center;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	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: 11px;
	color: #414E5A;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: right;
	font-size: 10px;
	color: #839099;
}

.text2 {
	font-size: 11px;
	/* color: #FF7F00; */
	color: #E46904;
}

.text3 {
	font-weight: normal;
	color: #1949A0;
}

.text4 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 9px;
	color: #5A6772;
}

/** LINKS */

a {
	color: #30639F;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 9px;
	color: #80909C;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.link2:hover {
	text-decoration: underline;
}

a.link3 {
	font-size: 10px;
	color: #30639F;
}

a.link4 {
	display: block;
	background: url(images/homepage20.gif) repeat-x;
	text-decoration: none;
	color: #FFFFFF;
}

a.link4:hover {
	text-decoration: underline;
}

a.link4 strong {
	display: block;
	height: 14px;
	padding-right: 17px;
	text-align: right;
	background: url(images/homepage21.gif) no-repeat right top;
}

/** STYLES */

.style1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 9px;
	color: #30639F;
}

.style1 a {
	color: #30639F;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage01.gif) repeat-x;
}

.bg2 {
	background: url(images/homepage02.gif) repeat-x;
}

.bg3 {
	background: url(images/homepage07.jpg) no-repeat right bottom;
}

.bg4 {
	background: url(images/homepage09.jpg) no-repeat left bottom;
}

.bg5 {
	background: url(images/homepage11.gif) repeat-x left top;
}

.bg6 {
	background: url(images/homepage22.gif) repeat-x left top;
}

.bg7 {
	background: url(images/subpage1_01.gif) repeat-x;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 1em;
	background: url(images/homepage19.gif);
}

/* LOCALLY ADDED AT PW */
.image_embed img {
	border-style: dotted;
	border-width: 1;	
}

.contact_form {
	background: #ddd;
	padding: 10px;
    border: black solid 1px;
}

.fineprint {
	font-style: italic;
	font-size: 10px;
}

.hilite {
	background-color: #FF6;
}

.slidenav a {
	text-decoration: none;
}

.progress {
	background-color: #FFF;
	text-align: center; 
}
.progress a {	color: black;
	text-decoration: none; 
	}

.notcur {
	background-color: #DDD;
	border: black solid 1px;
	font-size: smaller;	
}
.cur {
	border: black solid 1px;	
	background-color: #F99;
	font-size: smaller;	
}


.newtab {
    target-new: tab; /* css3 */
}

