body{
	background : url(../../images/bg.jpg) fixed center; 
	background-repeat:repeat-y;
	background-color:#000000;
	margin: 0;
	padding: 0;
}

/* Define box border color and size */
.border_all_black {
	border-right-style: solid; 
	border-right-width: 1px; 
	border-right-color: #000000; 
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color: #000000; 
	border-top-style: solid; 
	border-top-width: 1px; 
	border-top-color: #000000; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #000000;
}
.border_all_gray {
	border-right-style: solid; 
	border-right-width: 1px; 
	border-right-color: #78787a; 
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color: #78787a; 
	border-top-style: solid; 
	border-top-width: 1px; 
	border-top-color: #78787a; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #78787a;
}
.border_top_bottom_gray {
	border-top-style: solid; 
	border-top-width: 1px; 
	border-top-color: #78787a; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #78787a;
}

/* footer */
.footer{
          font-family: Verdana, Arial, sans-serif; font-size: 10px;
          color: #78787a;
          text-align: center;
		  font-weight: bold;
}
.footer a{
          font-family: Verdana, Arial, sans-serif; font-size: 10px;
          color: #43688f;
          text-decoration: none;
		  font-weight: bold;
}
.footer a:hover{
          text-decoration: underline;
}

/* Standard text and link inside all web page */
.text_standards{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #000000;
		  font-weight: normal;
}
.text_standards a{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #43688f;
          text-decoration: none;
		  font-weight: normal;
}
.text_standards a:hover{
          text-decoration: underline;
}
.text_standards_bold{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #000000;
		  font-weight: bold;
}
.text_standards_bold a{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #43688f;
          text-decoration: none;
		  font-weight: bold;
}
.text_standards_bold a:hover{
          text-decoration: underline;
}

.page_title{
          font-family: Verdana, Arial, sans-serif; font-size: 20px;
          color: #000000;
		  font-weight: bold;
}
.page_title a{
          font-family: Verdana, Arial, sans-serif; font-size: 20px;
          color: #000000;
          text-decoration: none;
		  font-weight: bold;
}
.page_title a:hover{
          text-decoration: underline;
}
.page_title_small{
          font-family: Verdana, Arial, sans-serif; font-size: 10px;
          color: #78787a;
          text-align: center;
		  font-weight: bold;
}
.page_title_small a{
          font-family: Verdana, Arial, sans-serif; font-size: 10px;
          color: #43688f;
          text-decoration: none;
		  font-weight: bold;
}
.page_title_small a:hover{
          text-decoration: underline;
}
.page_title_gray{
          font-family: Verdana, Arial, sans-serif; font-size: 18px;
          color: #78787a;
		  font-weight: bold;
}
.page_title_gray a{
          font-family: Verdana, Arial, sans-serif; font-size: 18px;
          color: #78787a;
          text-decoration: none;
		  font-weight: bold;
}
.page_title_gray a:hover{
          text-decoration: underline;
}

.small_text_bold{
          font-family: Verdana, Arial, sans-serif; font-size: 10px;
          color: #78787a;
		  font-weight: bold;
}
.small_text_bold a{
          font-family: Verdana, Arial, sans-serif; font-size: 10px;
          color: #78787a;
          text-decoration: none;
		  font-weight: bold;
}
.small_text_bold a:hover{
          text-decoration: underline;
}
.small_text{
          font-family: Verdana, Arial, sans-serif; font-size: 11px;
          color: #000000;
		  font-weight: normal;
}
.small_text a{
          font-family: Verdana, Arial, sans-serif; font-size: 11px;
          color: #43688f;
          text-decoration: none;
		  font-weight: normal;
}
.small_text a:hover{
          text-decoration: underline;
}
.small_text_bold2{
          font-family: Verdana, Arial, sans-serif; font-size: 11px;
          color: #000000;
		  font-weight: bold;
}
.small_text_bold2 a{
          font-family: Verdana, Arial, sans-serif; font-size: 11px;
          color: #43688f;
          text-decoration: none;
		  font-weight: bold;
}
.small_text_bold2 a:hover{
          text-decoration: underline;
}


/* Used in Upcoming events box only */
.event_box_small{
          font-family: Verdana, Arial, sans-serif; font-size: 9px;
          color: #000000;
		  font-weight: bold;
}
.event_box_small a{
          font-family: Verdana, Arial, sans-serif; font-size: 9px;
          color: #000000;
          text-decoration: none;
		  font-weight: bold;
}
.event_box_small a:hover{
          text-decoration: underline;
}
.event_box{
          font-family: Verdana, Arial, sans-serif; font-size: 11px;
          color: #000000;
		  font-weight: bold;
}
.event_box a{
          font-family: Verdana, Arial, sans-serif; font-size: 11px;
          color: #000000;
          text-decoration: none;
		  font-weight: bold;
}
.event_box a:hover{
          text-decoration: underline;
}
/* END of Used in Upcoming events box only */

/* Only in events page */
.year_month_menu{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #000000;
          text-align: center;
		  font-weight: bold;
}
.year_month_menu a{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #43688f;
          text-decoration: none;
		  font-weight: bold;
}
.year_month_menu a:hover{
          text-decoration: underline;
}

/* Only used for advertisement title page */
.advertisements_title{
          font-family: Verdana, Arial, sans-serif; font-size: 10px;
          color: #78787a;
		  font-weight: bold;
}
.advertisements_title a{
          font-family: Verdana, Arial, sans-serif; font-size: 10px;
          color: #78787a;
          text-decoration: none;
		  font-weight: bold;
}
.advertisements_title a:hover{
          text-decoration: underline;
}
.text_middle_size_bold{
          font-family: Verdana, Arial, sans-serif; font-size: 14px;
          color: #000000;
		  font-weight: bold;
}
.text_middle_size_bold a{
          font-family: Verdana, Arial, sans-serif; font-size: 14px;
          color: #000000;
          text-decoration: none;
		  font-weight: bold;
}
.text_middle_size_bold a:hover{
          text-decoration: underline;
}

.advertisements_bold{
          font-family: Verdana, Arial, sans-serif; font-size: 14px;
          color: #000000;
		  font-weight: bold;
}
.advertisements_bold a{
          font-family: Verdana, Arial, sans-serif; font-size: 14px;
          color: #43688f;
          text-decoration: none;
		  font-weight: bold;
}
.advertisements_bold a:hover{
          text-decoration: underline;
}

.events{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #000000;
		  font-weight: bold;
}
.events a{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #000000;
          text-decoration: none;
		  font-weight: bold;
}
.events a:hover{
          text-decoration: underline;
		  color: #78787a;
}

.language_style{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #78787a;
		  font-weight: bold;
}
.language_style a{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #43688f;
          text-decoration: none;
		  font-weight: bold;
}
.language_style a:hover{
          text-decoration: underline;
}

.artist_list_name{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #000000;
		  font-weight: bold;
}
.artist_list_name a{
          font-family: Verdana, Arial, sans-serif; font-size: 12px;
          color: #000000;
          text-decoration: none;
		  font-weight: bold;
}
.artist_list_name a:hover{
          text-decoration: underline;
}

.artist_list_small_text{
          font-family: Verdana, Arial, sans-serif; font-size: 11px;
          color: #000000;
		  font-weight: bold;
}
.artist_list_small_text a{
          font-family: Verdana, Arial, sans-serif; font-size: 11px;
          color: #43688f;
          text-decoration: none;
		  font-weight: bold;
}
.artist_list_small_text a:hover{
          text-decoration: underline;
}