@import url('common.css');


/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #CCC;
}

/** FORMS */

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



/** TEXTS */



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

ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style:	disc;
	line-height: 18px;
}

.text1 {
	text-align: center;
	color: #013580;
	font-weight: normal;
}

/** LINKS */

a {
	color: #F97800;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: 77px;
	height: 28px;
	padding: 50px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	color: #4F4E4E;
}

.link1:hover, .active .link1 {
	background: url(../images/subpage01.jpg) repeat-x left top;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background-image: url(../images/body_tile.gif);
	background-repeat: repeat;
	background-position: left top;
}
.bg2 { background: url(../images/homepage04.jpg) no-repeat left top; }
.bg3 {
}
.bg4 {
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg5 {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 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 {
	height: 1px;
}
