
/* BODY */
body {
	font-family: tahoma,verdana,arial,helvetica,sans-serif; /* font type */
	font-size: small; /* font size */
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #ffffcc; /* text on background */
	background: #333333; /* body background */
}

a,a:hover {
	color: #ffffcc; /* link text on background */
}

/* HEADER */
div.header {
	width: 790px;
	margin: 0px auto 10px auto;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}

div.header-ad234x60 {
	width: 234px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

div.header-ad468x60 {
	width: 468px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

div.header-adtitle {
	width: 312px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	overflow: hidden;
	float: left;
	
}

div.header-adtitle h1{
	margin: 0px;
	padding: 0px;
	font-size: large; /* font size of title */
	
}

div.header-adtitle p {
	margin: 0px;
	padding: 0px;
	font-size: small; /* font size of title */
}

/* CONTAINER */
div.container {
	width: 790px;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	text-align: left;
}


/* left */
div.container-left {
	width: 160px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}



/* container width 150px */
div.container-w150 {
    width: 150px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    float: left;
}

/* container width 160px */
div.container-w160 {
    width: 160px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    float: left;
}

/* container width 200px */
div.container-w200 {
    width: 200px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    float: left;
}

/* container width 450px */
div.container-w450 {
    width: 450px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    float: left;
}

/* container width 460px */
div.container-w460 {
    width: 460px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    float: left;
}

/* container width 620px */
div.container-w620 {
    width: 620px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    float: left;
}

/* section */
div.section {
	background-color: #000000; /* color of section background */
	color: #33ff00; /* text color of section */
	font-size: small; /* font-size section text */
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div.section h2,div.section h3 {
	padding: 3px;
	margin: 0px;
	background-color: #77aa00; /* color of header background */
	color: #ffffff; /* text color of header */
	font-size: small; /* font-size header */
}

div.section img.im200 {
	width: 200px;
	height: 150px;
    border: 0px;
}

div.section img.im305 {
	width: 305px;
	height: 228px;
    border: 0px;
}

div.section p {
	padding: 3px;
	margin: 0px;
}
div.section p.coloraslink {
	padding: 3px;
	margin: 0px;
	color: #ffff00;
}
div.section #player {
	padding: 0px 0px 3px 0px;
    margin: 0px;
    float: left;
}

div.section form {
	padding: 3px;
	margin: 0px;
}

div.section ul.none {
	margin: 0px;
	padding: 3px;
}
div.section ul.square {
	margin: 0px;
	padding: 3px 3px 3px 19px;
	list-style: square;
}

div.section ul.error {
	margin: 0px;
	padding: 3px 3px 3px 19px;
	list-style: square;
    font-weight: bold;
}

div.section ul.squarenotbold {
	margin: 0px;
	padding: 3px 3px 3px 19px;
	list-style: square;
}

div.section ul.disc {
	margin: 0px;
	padding: 3px 3px 3px 19px;
	list-style: disc;
    font-weight: bold;
}
div.section ul.circle {
	margin: 0px;
	padding: 3px 3px 3px 19px;
	list-style: circle;
    font-weight: bold;
}

span.small {
	font-size: xx-small;
}



div.section a {
	color: #ffff00; /* link color of section */
	text-decoration: none;
}

div.section a:hover {
	color: #ffffff; /* link hover color of section */
	text-decoration: underline;
}

div.section td.formlabel {
	width: 130px;
}

div.section td.forminput {
	padding: 1px 3px 1px 0px;
}

input,textarea,button {
	font-family: tahoma,verdana,arial,helvetica,sans-serif; /* font type */
	font-size: small; /* font size */
}

div.section textarea.inputarea {
	width: 300px;
}

/* PAGINATION */
div.page {
	background-color: #000000; /* color of header background */
	line-height: 24px;
    margin: 0px 10px 10px 0px;
    padding: 0px 7px 0px 7px;
    float: left;
    overflow: hidden;
}

div.currentpage {
	background-color: #77aa00; /* color of section background */
	line-height: 24px;
    margin: 0px 10px 10px 0px;
    padding: 0px 7px 0px 7px;
    float: left;
    overflow: hidden;
}

a.page {
	background-color: #000000; /* color of header background */
	color: #33ff00; /* text color of header */
    font-weight: bold;
    text-decoration: none;
}

a.currentpage {
	background-color: #77aa00; /* color of section background */
	color: #ffffff; /* text color of section */
    font-weight: bold;
    text-decoration: none;
}

a.page:hover,a.currentpage:hover {
	text-decoration: underline;
}


/* FOOTER */
div.footer {
	width: 790px;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	font-size: small;
}

div.footer-title {
	width: 790px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	float: left;
}

div.footer-title p {
	margin: 0px;
	padding: 0px;
}