/** BASIC */
body {
	margin: 0px auto;
	padding: 0px;
	background: #000000 url(../images/bg01.jpg) repeat-y center top;
}

/** TEXTS */
body, th, td, input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FAFAD2;
}

/** HEADINGS */
h1, h2, h3, h4, h5, h6 {
	margin: 0px auto;
}

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

/** FORMS */
form {
	margin: 0px auto;
	padding: 0px;
}

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

.ul1 li {
	line-height: 16px;
	padding-left: 5px;
}

.ul1 a {
	padding-left: 5px;
	background: url(../images/homepage12.gif) no-repeat left center;
}

.ul2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	display: inline;
}

.ul2 li {
	display: block;
	float: left;
	padding-left: 10px;
}

.ul2 li a {
	color: #FFDA00;
	font-weight: bold;
	font-variant: small-caps;
}

.ul3 {
	padding-left: 5px;
	list-style: none;
	display: block;
}

.text1 {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

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

.text3 {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #FFD700;
}

.text5 {
	font-size: 12px;
	font-weight: bold;
	color: #FFD700;
	background: url(../images/musicnote.gif) no-repeat left center;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	color: #FFFFFF;
}

.text7 {
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.text8 {
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFD700;
}

.text9 {
	font-size: 9px;
	font-weight: bold;
	color: black;
}

.bigyellowtext {
	font-size: 12px;
	font-weight: bold;
	color: #FFD700;
}

.textorange {
	font-size: 11px;
	font-weight: bold;
 	color: #FFA500; 
}

.tinytext {
	font-size: 9px;
	font-weight: bold;
 	color: white; 
}

/** LINKS */
* a {
	color: #FFFFFF;
}

/* a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 10px;
	color: #B8BFC6;
}
*/


/** STYLES */
.style1 {
	text-align: center;
	font-size: 10px;
	color: #474E59;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */
.bg1 {
	background: url(../images/bg04.jpg) repeat-y left top;
}

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

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

.bg4 {
	background: url(../images/subpage2_04.jpg) repeat-y left top;
}

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

.bg6 {
	background: url(../images/subpage2_03.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;
}

.img3 {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.img4 {
	float: right;
	margin-left: 15px;
}

.imgthumb {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	height: 56px;
	width: 56px;
}

.imgthumb2 {
	float: left;
	margin-left: 20px;
	margin-right: 35px;
	margin-top: 5px;
	height: 56px;
	width: 56px;
}

hr { 
    display: none; 
}

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

.hr2 {
	height: 1px;
	margin: 15px 0px;
	background: url(../images/homepage16.gif) repeat-x left top;
}

.hr3 {
	float: left;
	height: 1px;
	margin: 15px 0px;
	background: url(../images/homepage16.gif) repeat-x left top;
}

.hr2half {
	height: 1px;
	width: 50%;
	margin: 15px 0px;
	background: url(../images/homepage16.gif) repeat-x left top;
}

