/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg.png) repeat-x left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
}

h1 {
	font-size: 21px;
	color: #333333;
}

h2 {
	margin-bottom: 18px;
	font-size: 17px;
	color: #666666;
}

h3 {
	font-size: 14px;
	color: #FFFFFF;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	margin-bottom: 25px;
	font-weight: bold;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.date {
	color: #ABABAB;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px;
	background: url(../images/subpage1_02.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 h4 {
	font-size: 11px;
}

.list1 p {
	margin: 0px;
	color: #1D5065;
}

.list1 a {
	padding-left: 15px;
	background: url(../images/subpage1_01.gif) no-repeat left center;
	text-decoration: none;
	color: #FFFFFF;
}

.list1 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #1D5D65;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link2 {
	text-decoration: none;
	color: #CCCCCC;
}

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

/** STYLES */

.style1 {
	padding-left: 16px;
	background: url(../images/subpage1_01.gif) no-repeat 0px 5px;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bannerbg { background: url(../images/banner2.jpg) no-repeat left top; }


/** MISC */

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

img { border: none; }

.img1 {
	margin:5px 0px 10px;
	padding: 8px;
	border: #DDDDDD 1px solid;

}

a.img1 {
	margin:5px 0px 10px;
	padding: 8px;
	border: #DDDDDD 1px solid;

}

a.img1:hover img {
	margin:5px 0px 10px;
	padding: 8px;
	border: #DDDDDD 1px solid;
	background: #CCCCCC;

}

.img2 {
 	float: left;
	margin-right: 20px;
	padding-top: 3px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(../images/hr.gif) repeat-x left top;
}

.hr2 {
	height: 2px;
	margin: 10px 0px 20px 0px;
	background: #DDDDDD;
}

.code {
	background-color: #FEFCF5;
	border: 1px solid #575757;
	color: #333;
	font-family: "Lucida Console", "Monaco", Courier, monospace;
	letter-spacing: 1px;
	margin: 15px 0px 15px 0px;
	padding: 15px;
	text-align: left;
}