/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/subpage01.jpg) repeat-y center top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1.subheader {
text-align: center;
vertical-align: middle;
font-weight: normal;
font-style: italic;
font-size: 11px;
}

/** TEXTS th, td,*/

body,  input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	color: #797979; */
	color: #404040;
}

table.center {
	text-align: center;
	vertical-align: middle;
	margin-left: 50px;
	border-collapse: collapse;

}

th {
	padding-left: 10px;
	padding-right: 10px;
}

td {
	padding: 5px;
	margin: 10px
}

td.cellunderline {
	padding: 5px;
	margin: 10px;
	border-bottom: 1px solid #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

.text1 {
	/*text-transform: uppercase;*/
	font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*color: #4A4A4A;*/
	color: #000000;
	margin-bottom: 13px;
	padding-left: 23px;
/*	background: url(images/2passports_scaled.jpg) no-repeat left center;
*/
}

.text2 {
	font-size: 12px;
	/*color: #454545;*/
	color: #000000;
}

.text3 {
	text-align: right;
	font-size: 10px;
	color: #696969;
}

.graybackground {
background-color: #e6e6e6;
margin: 20px 0px 20px 0px;
}

.whitebackground {
background-color: #fdfdfd;
margin: 20px 0px 20px 0px;
}

/** LINKS */

a {
	color: #83A604;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 12px;
	color: #2F3C00;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

a.link2:hover {
	text-decoration: underline;
}

a.link3 {
	text-decoration: underline;
	color: blue;
	padding-left: 30px;
}

a.link3a {
	text-decoration: underline;
	color: blue;
}

a.link3:hover {
	text-decoration: underline;
}

a.nodecoration {
	text-decoration: none;
	color: #000000;
}
a.nodecoration:visited {
	text-decoration: none;
	color: #000000;
}
a.nodecoration:hover {
	text-decoration: none;
	color: #000000;
}
/** BACKGROUNDS */

.bg1 {
	background: url(images/subpage03.jpg) repeat-y left top;
}
/** thin white/white background */

.bg2 {
	background: url(images/subpage02.jpg) no-repeat left top;
}
/** wide white/white background */

.bg3 {
	background: url(images/bottom_page.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/bottom_linkbar.jpg) no-repeat left bottom;
}

.bg5 {
	background: url(images/subpage07.jpg) no-repeat left bottom;
}
/** really wide white/white background */

/** MISC */

.align-justify { text-align: justify; }

.img {
	border: 0;
}

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 20px 0px;
	background: url(images/homepage05.gif);
}

