﻿body
{
	font-family: Verdana, Arial, Times New Roman;
	margin: 0px;
	font-size: 12px;
	background-image: url(../../images/link_background.png);
	background-repeat: repeat-x;
	color: #696969;
}







.TestClass
{
	background-color: Red;	
}

#divPageAbout
{
	float: none;
	clear: both;
	font-size: 10px;
	color: Silver;	
}

#divPageAbout a
{
	font-size: 10px;
	color: Silver;
}

#divPageFooterMenu
{
	float: none;
	clear: both;
	width: 750px;
	text-align: center;
	color: gray;
	font-size: 10px;
}

#divPageFooterMenu a
{
	color: gray;
	font-size: 10px;
}

.divLoggedUserInfo
{
	float: none;
	clear: both;
	width: 750px;
	text-align: left;
	color: red;
	font-size: 10px;
}

.divLoggedUserInfo a
{
	color: red;
	font-size: 10px;
}

.PageFooterRSS
{
	 text-align: center;	
}

.PageFooterRSS a
{
	text-decoration: none;
}

.ConditionsWindow
{
	overflow: auto;
	border: solid 1px blue;
	padding: 10px;	
	font-family: Courier New, Arial, Times New Roman;
	font-size: 13px;
	text-align: justify;
}

.ConditionsWindow h1
{
	 border: none;
	 font-size: 13px;
	 color: #696969;	
}