.site_title{
	/*
	This is the text name which appears over graphics on the banner
	*/
	color : White;
	font-size : 22;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	letter-spacing : 1 px;
	font-style : italic;
	text-shadow : Black;
}
.back_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11;
	color: Black;
	line-height: 12px;
}
td.back_to a {
	text-decoration: none;
	color: #FFFFFF;
}
td.back_to a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.powered_by{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10;
	color : #000000;
}
.navigation_links{
	/*
	This is the navigation links, changing text-decoration will change 
	will turn on or off the underline on the links.
	*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11;
	color : Black;
}
.navigation_links a {
	text-decoration: none;
}
.navigation_links a:hover {
	text-decoration: underline;
}
.article_links{
	/*
	This is the navigation links, changing text-decoration 
	will turn on or off the underline on the links.
	*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11;
	color : Black;
	text-decoration : none;
}

.nav_precis{
	font-family : Verdana;
	font-size : 11;
	color : Black;
	text-decoration : none;
}


.news_links_title{
	/*
	This is the news links, changing text-decoration will 
	will turn on or off the underline on the links.
	*/
	color : #996600;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13;
}
.news_links_precis{
	/*
	This is the news links, changing text-decoration will 
	will turn on or off the underline on the links.
	*/
	color : Black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11;
}

.search_box{
	/*
	This is the search text box
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
	width : 130px;
}

a {
	color : Black;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
.article_navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
	color: #990033;
	line-height: 12px;
}

.article_nav {
	background-color: #F5E3AE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEDFB9;
	border-right-color: #FFECB0;
	border-bottom-color: #E3C086;
	border-left-color: #E8C49E;

}
td.article_nav a {
	text-decoration: none;
	color: #990033;
}
td.article_nav a:hover {
	text-decoration: underline;
	color: #990033;
}
.searchtxt{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : white;
	width : 85px;
	height : 23px;
	border-color : white;
	border-style : solid;
	border-width : 1px;
}
.searchbutt{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	width : 70 px;
	height : 23 px;
	background-color : #FFC184;
	border-color : white;
	border-style : solid;
	border-width : 1px;
}
.edit_padding {
	padding : 4px;
}
