/** BASIC */

*{
	margin:0;
	padding:0;
}

html,body{
	height:100%
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 150px;
	margin-right: 7px;
	padding: 4px 5px;
	border-top: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
}

#inputsubmit1 {
	height: 24px;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/homepage15.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #333333;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}
.p_prj {
	background-image: url(../images/homepage20rev.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.text1 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #495256;
}

.text2 {
	color: #99AB19;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #91A311;
}

.text3 span {
	padding-left: 12px;
	background: url(../images/homepage21.gif) no-repeat left center;
}

.text4 {
	text-align: center;
	color: #5C6466;
}
.text5 {
	color: #333333;
	font-weight: bold;
}

/** LINKS */

a {
	color: #91A311;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	color: #495256
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage02.jpg) repeat-x left top; }
.bg2 {
	background-image: url(../images/homepage06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg3 { background: url(../images/homepage16.gif) repeat-y left top; }
.bg4 { background: url(../images/homepage20.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}
.img_rss {
	float: none;
	margin-bottom: 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

#box3 ul {
	list-style-type: none;
}
.li_dot {
	list-style-type: square;
	list-style-position: outside;
}
.span_req {
	color:#FF0000;
}
.span_req_x {
	display:none;
}
label {
	font-size: smaller;
	font-weight: bold;
}
.p_hdr {
	background-image: url(../images/homepage20rev.gif);
	background-color: #999999;
	background-position: left center;
	padding-left: 5px;
	background-repeat: repeat-x;
}
.p_hdr strong{
	background-color: #999999;
	color: #FFFFFF;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
	vertical-align: top;
	height: 41px;
	color: #666666;
	padding-left: 10px;
}
