/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-top: 10;
}

#textboxmenu {
	padding: 0px;
}

#textbox1 {
	padding: 10px;
	background-color:#FFFFFF;
}

.scrollAreanews {
	padding-left: 5px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg_newsbox.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border: 2px solid #999999;
	text-align:justify;
	overflow:auto;
	height:314px;
	width:408px;
}

.scrollAreaartists {
	padding-left: 5px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg_newsbox.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border: 2px solid #999999;
	text-align:justify;
	overflow:auto;
	height:400px;
	width:840px;
}

#header {
	padding: 0px;
	background-color:#000000;
	border: 6px solid #FFFFFF;
}

.text-main {
	font: Arial;
	font-family: Arial;
	color: #F46523;
	font-size: 12px;
	font-weight: normal;
}

.text-main a:link{
	color: #40B3BF;
	text-decoration: underline;
}
.text-main a:visited{
	color: #40B3BF;
	text-decoration: underline;
}
.text-main a:hover{
	color: #40B3BF;
	text-decoration: none;
}
.text-main a:active{
	color: #40B3BF;
	text-decoration: none;
}

.text-main-med {
	font: Arial;
	font-family: Arial;
	color: #F46523;
	font-size: 14px;
	font-weight: normal;
}

.text-main-med a:link{
	color: #40B3BF;
	text-decoration: underline;
}
.text-main-med a:visited{
	color: #40B3BF;
	text-decoration: underline;
}
.text-main-med a:hover{
	color: #40B3BF;
	text-decoration: none;
}
.text-main-med a:active{
	color: #40B3BF;
	text-decoration: none;
}



.text-news {
	font:"Georgia", Times New Roman, Times, serif;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #000000;
	font-size: 11px;
}

.text-news a:link{
	color: #CCCCCC;
	text-decoration: underline;
}
.text-news a:visited{
	color: #CCCCCC;
	text-decoration: underline;
}
.text-news a:hover{
	color: #72A34E;
	text-decoration: none;
}
.text-news a:active{
	color: #72A34E;
	text-decoration: none;
}

.text-main-light {
	font:"Georgia", Times New Roman, Times, serif;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}

.text-main-light a:link{
	color: #F0E69B;
	text-decoration: underline;
}
.text-main-light a:visited{
	color: #F0E69B;
	text-decoration: underline;
}
.text-main-light a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
.text-main-light a:active{
	color: #CCCCCC;
	text-decoration: none;
}


#content1 {
	background-color:#000000;
}

#contentmain {
	background-color:#FFFFFF;
	border: 4px solid #C83F1D;
}

#menu {
	background-image:url('images/bg_menu.jpg');
	background-repeat:repeat-x;
	border: 1px solid #FFFFFF;
}

.text-menu {
	font: Arial;
	font-family: Arial;
	color: #C83F1D;
	font-size: 12px;
	font-weight: bolder;
}

.text-menu a:link{
	color: #C83F1D;
	text-decoration: none;
}
.text-menu a:visited{
	color: #C83F1D;
	text-decoration: none;
}
.text-menu a:hover{
	color: #FC9226;
	text-decoration: none;
}
.text-menu a:active{
	color: #FC9226;
	text-decoration: none;
}

.text-menu-bottom {
	font: "Georgia", Times New Roman, Times, serif;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size: 11px;
}

.text-menu-bottom a:link{
	color: #F0E69B;
	text-decoration: underline;
}
.text-menu-bottom a:visited{
	color: #F0E69B;
	text-decoration: underline;
}
.text-menu-bottom a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.text-menu-bottom a:active{
	color: #FFFFFF;
	text-decoration: none;
}


#copyright {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.text-copyright {
	font:'Arial';
	font-family: 'Arial';
	color: #CD3D1C;
	font-size: 11px;
}

.text-copyright a:link{
	color: #40B3BF;
	text-decoration: none;
}
.text-copyright a:visited{
	color: #40B3BF;
	text-decoration: none;
}
.text-copyright a:hover{
	color: #E87259;
	text-decoration: none;
}
.text-copyright a:active{
	color: #E87259;
	text-decoration: none;
}

.text-heading {
	font: Arial;
	font-family: Arial;
	color: #FC9226;
	font-size: 16px;
	font-weight:bold;
}



.text-heading-light {
	font: "Georgia", Times New Roman, Times, serif;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}

.text-heading-lg {
	font:"Georgia", Times New Roman, Times, serif;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #000000;
	font-size: 24px;
	font-weight:bold;
}

.text-heading-lg a:link{
	color: #000000;
	text-decoration: underline;
}
.text-heading-lg a:visited{
	color: #000000;
	text-decoration: underline;
}
.text-heading-lg a:hover{
	color: #999999;
	text-decoration: none;
}
.text-heading-lg a:active{
	color: #999999;
	text-decoration: none;
}

.text-heading-lg-light {
	font:"Georgia", Times New Roman, Times, serif;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight:bold;
}

.floatimgnone {
float: none;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
border-style: solid;
border-width: 1px;
border-color: #FFFFFF; 
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
border-style: solid;
border-width: 1px;
border-color: #FFFFFF; 
}

.floatimgleftnoborder {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.floatimgleftnotop {
float:left;
margin-right:10px;
margin-bottom:10px;
border-style: solid;
border-width: 1px;
border-color: #FFFFFF; 
}

.floatimgrt {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
border-style: solid;
border-width: 1px;
border-color: #FFFFFF; 
}

.floatimgrtnoborder {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
}

.floatimgrtnotop {
float:right;
margin-left:10px;
margin-bottom:10px;
border-style: solid;
border-width: 1px;
border-color: #FFFFFF; 
}



