body
{
	background-color: White;
}

.cat_desc
{
	border: medium dashed #339966;
	padding: 5px;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.article_list_table
{
	width: 100%;
}

.even
{
	background-color: #dddddd;
}

.odd
{
	background-color: #eeeeee;
}

.main_table
{
	border-width: 0px;
	border-style: hidden;
	border-spacing: 0px;
	width: 1024px;
	height: 500px;
}

.main_page 
{
	font-weight: bold;
	text-align: center;
}

.breadcrumbs
{
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 20px;
	font-style: italic;
	font-size: small;
	font-weight: bold;
	color: Black;
}

.bc a.bc a:active.bc a:hover.bc a:link.bc a:visited.bc
{
	color: Black;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.inner_frame
{
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
}

.error
{
	color: Red;
	text-align: center;
	font-size: small;	
}

.info
{
	color: Green;
	text-align: center;
	font-size: small;	
}

.copyright
{
	font-size: small;
	text-align: center;
	color: Gray;
}

a.copyright a:active.copyright a:hover.copyright a:link.copyright a:visited.copyright
{
	font-size: small;
	text-align: center;
	color: Gray;
}

.article_view_sep
{
	border-bottom-style: groove;
}