/* CSS Document */

/** BASIC */

body {
	padding: 0px;
	background: #ffffff;
}

/** HEADINGS */

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

/** FORMS */

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

/** LINKS */

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
	text-decoration: none;
}

a.link1:hover {
	color: #9C9C9C;
	text-decoration: none;
}

a.link2 {
	text-decoration: none;
}

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

a.link3 {
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

a.link3:hover {
	text-decoration: none;
}

a.link4 {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

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

/** TEXTS */

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

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

.text1 {
	font-size: 11px;
	font-weight: normal;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
}

.text3 {
	font-size: 10px;
	font-weight: normal;
}

.text4 {
	font-size: 10px;
	font-weight: bold;
}

.text5 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.titleMAIN {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #333333;
}

.title1 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.title2 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.title3 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.title4 {
	font-size: 13px;
	color: #ffffff;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/inside01.jpg) repeat-x left top;
}

.bg2 {
	background: url(images/spacer.gif) no-repeat left top;
}

.bg3 {
	background: url(images/spacer.gif) no-repeat left bottom;
}

/** MISC */

.imgBANNER {
	float: inherit;
	margin-top: 8px;
	margin-bottom: 22px;
}

.imgCC {
	float: inherit;
	margin-left: 18px;
	margin-bottom: 0px;
}

.imgDISC {
	float: inherit;
	margin-left: 12px;
	margin-bottom: 0px;
	padding-top: 2px;
}

.img1 {
		border: solid #CCCCCC;
		border-width: 1px;
}

.img2 {
	float: left;
	margin-right: 15px;
	border: solid #CCCCCC;
	border-width: 1px;
}
	
.img3 {
	float: right;
	margin-left: 15px;
	border: solid #CCCCCC;
	border-width: 1px;
}

.img4 {
	float: left;
}


