@charset "utf-8";
body  
	{
	font-family: Garamond; Times New Roman;
	background: #dffbff;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-decoration: none;
	}

a:link
	{
	font: Calibri; Arial
	text-decoration: none;
	font-weight: bold;
	}	

a:visited
	{
	font: Calibri; Arial
	text-decoration: none;
	font-weight: normal;
	}	

.banner
	{
	text-align: center;
	}	

.text_advert
	{
	font-family: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	}	

.text_banner_sub
	{
	font-family: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	}	

.text_banner_sub_sub
	{
	font: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	}

.text_announcement_current
	{
	font: Calibri; Arial
	color: #000000;
	text-align: center; 
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	}	

.text_announcement_old
	{
	font: Calibri; Arial
	color: #000000;
	text-align: center; 
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}	

.text_advert
	{
	font: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	}	

.text_collections
	{
	font: Calibri; Arial
	color: #000000;
	text-align: left; 
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	}

.text_article_title
	{
	font: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	}	

.text_article_title_sub
	{
	font-family: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}	

.text_article_title_sub_serif
	{
	font-family: Garamond; Times New Roman;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}	
	
.text_article_author
	{
	font-family: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

.text_article_location
	{
	font-family: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

.text_article_location
	{
	font-family: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
	}
	

.text_article
	{	
	font: Garamond; Times New Roman;
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.text_read_the_story
	{	
	font: Calibri; Arial
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	}

.text_copyright 
	{
	font-family:"Courier New", Courier, monospace;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 25px;
	}	

.box_introduction_white
	{
	vertical-align: top;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	}	

.box_introduction_gray
	{
	vertical-align: top;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-color: #EEEEEE;
	}	

.box_article_white
	{
	vertical-align: top;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	}	

.box_article_gray
	{
	vertical-align: top;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-color: #EEEEEE;
	}	

.box_advert
	{
	vertical-align: top;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	}	

.box_announcement
	{
	border: 3px
	vertical-align: center;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #FFFFFF;
	}	

.table_column_left
	{
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
	}	

.table_column_right
	{
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	}	
