/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000033 url(images/bg01.jpg) repeat-y center top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 li {
	line-height: 22px;
}

.ul1 a {
	padding-left: 10px;
	background: url(images/icon_arrow.gif) no-repeat left center;
}

.textGray {
	font-size: 12px;
	color: ##333333;
}

.textPink1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF3399;
}

.textPink2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF3399;
}

.textBlue {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

.text1 {
	font-size: 12px;
	color: #000000;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 12px;
	color: #333333;
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 12px;
	color: #474E59;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg_content2.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/bg_content1.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/bg_content3.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/bg_sub204.jpg) repeat-y left top;
}

.bg5 {
	background: url(images/bg_sub202.jpg) no-repeat left top;
}

.bg6 {
	background: url(images/bg_sub203.jpg) no-repeat left bottom;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 15px 0px;
	background: url(images/line_content1.gif) repeat-x left top;
}

.hr2 {
	height: 1px;
	margin: 15px 0px;
	background: url(images/line_news1.gif) repeat-x left top;
}
