BODY {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #b2b2b2;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

IMG {
	border: none;
}

A  {
	color : #505050;
	text-decoration : none;
	background : transparent;
}

A:Visited  {
	color : #505050;
	text-decoration : none;
	background : transparent;
}

A:Active  {
	color : #505050;
	text-decoration : none;
	background : transparent;
}

A:Hover  {
	color : #000000;
	text-decoration : underline;
	background : transparent;
}

.rectangle {
	background-color: #fff32b;
	color: #000000;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

.text-border	{
	background-color: #b2b2b2;
	color: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}



.header-php-menu-header	{
	position: relative;
	top: 0px;
	left: 5px;
	width: 160px;
	font-size: small;
	font-weight : bold;
}
	
.header-php-menu	{
	position: relative;
	left: 5px;
	font-size: x-small;
	font-weight: bold;
}

.header-php-active	{
	background-color: #eaeaea;
	color: Black;
}

.pictureTable {
	vertical-align : bottom;
	padding : 10px;
}

.pictureList {
	padding-right : 20px;
}

.pictureList td	{
	padding-left: 5px;
	font-size : small;
	white-space: nowrap;
}

.pictureList th	{
	cursor: pointer;
	padding-left: 5px;
	background-color : #DCDCDC;
	color : Black;
	font-size : small;
	font-weight : normal;
	height : 20px;
	white-space: nowrap;
}

.description {
	font-size: x-large;
	font-weight: bold;
}

.category-viewer-php-table-row	{
	font-size: small;
}

.category-viewer-php-table-heading	{
	text-align : left;
	font-weight : bold;
	white-space : nowrap;
}

.article-viewer-php-document-info	{
	font-size: x-small;
}



.newsticker {
	background-color: White;
	border : 1px solid Black;
	color : Black;
	width : 150px;
	font-size : smaller;
	text-align : left;
}

.newsticker_header {
	padding-top : 3px;
	padding-bottom : 5px;
	font-weight : bold;
}

.newsticker_title {
	color : #B90048;
}

.newsticker_row {
	padding-bottom : 7px;
}

.newsticker_description {
	font-size : xx-small;
	margin-left : 10px;
}

.newsticker_link:link{
	text-decoration : none;
	color : Black;
}

.newsticker_link:visited{
	text-decoration : none;
	color : Black;
}

.newsticker_link:hover {
	text-decoration : underline;
	color : #B90048;
}
