body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(http://www.nachnach.com/modern_eye/images/main_bg.jpg);
	background-color: #000000;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.white_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.black_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.white_main_text_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.black_main_text_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.white_main_text {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
A.white_main_text:link {
	color: #FF0000;
	text-decoration: none;
}
A.white_main_text:visited {
	color: #FF0000;
	text-decoration: none;
}
A.white_main_text:hover {
	color: #FF0000;
}
A.white_main_text:active {
	text-decoration: none;
}


.black_main_text {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

A.black_main_text:link {
	color: #FF0000;
	text-decoration: none;
}
A.black_main_text:visited {
	color: #FF0000;
	text-decoration: none;
}
A.black_main_text:hover {
	color: #FF0000;
}
A.black_main_text:active {
	text-decoration: none;
}

.small_white_text {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.small_white_text {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
A.small_white_text:link {
	color: #FF0000;
	text-decoration: none;
}
A.small_white_text:visited {
	color: #FF0000;
	text-decoration: none;
}
A.small_white_text:hover {
	color: #FF0000;
}
A.small_white_text:active {
	text-decoration: none;
}





.small_black_text {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
A.small_black_text:link {
	color: #FF0000;
	text-decoration: none;
}
A.small_black_text:visited {
	color: #FF0000;
	text-decoration: none;
}
A.small_black_text:hover {
	color: #FF0000;
}
A.small_black_text:active {
	text-decoration: none;
}


.WhiteHomePageLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
A.WhiteHomePageLinks:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.WhiteHomePageLinks:visited {
	color: #CCCCCC;
	text-decoration: none;
}
A.WhiteHomePageLinks:hover {
	color: #FF0000;
}
A.WhiteHomePageLinks:active {
	text-decoration: none;
}

.buttons {
			background: #ccc;
			border: 1px solid #ccc;
			margin: 1;
			float:left;
		}
		
.raise	{
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background: #ccc;
	margin:1;
	float:left;
}
	
.press {
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	background: #ccc;
	margin:1;
	float:left;
}	
		
#toolbar {
	margin: 0;
	width: 78px;
	padding: 0;
	height:20px;
	background: #ccc;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	text-align:left;
}


.newArticle 
{
	width: 100%;
	height: 50px;
	padding: 5px;
	margin-bottom: 6px;
	background-color: #CCC;
	clear: both;
}
.newArticle img
{
	border: 2px solid #fff;
	margin-right: 4px;
}
.newArticleLink 
{
	color: #666 !important;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial; 
	text-align: left;
	text-decoration: none;
}
.newArticleLink :hover
{
	background-color: #666;
	text-decoration: none;
	color: #000 !important;
}