body
{ 
  background: url(../images/Background.jpg);
  background-repeat: repeat-x;
  background-color: 7d9fed;
  margin: 0px;
  padding: 0px;
}


A:visited 
{
	color: blue; 
	text-decoration:none;
}

a 
{
	color: blue; 
	text-decoration:none;
}
a:hover 
{
	color: eb6922; 
	text-decoration:underline;
}

.ActiveLinkText
{
	color: db6933;
	text-decoration:none;
}

#MenuBackImage
{
	position:absolute;
	overflow:auto;
	top:210px; 
	left:690px;
}

.PageTitle
{
	font-size: 12px; 
	color: blue;
	font-weight: bold;
}
	
.BodyText
{
	font-size: 12px; 
	color: #622626;
	font-family: Verdana; 
	text-decoration: none;
	font-weight: normal;
}

.LinksText
{
	font-size: 13px; 
	color: blue; 
	font-family: Arial;
	font-weight: bold;
}

/* Bottom Text Parameters --> */
.BottomText
{
	font-size: 12px; 
	color: 622626; 
	font-family: Tahoma, Verdana; 
	text-decoration: none;
}

.BottomTextSmall
{
	font-size: 11px; 
	color: white; 
	font-family: Tahoma, Verdana; 
	text-decoration: none;
}

.BottomTextSmall a:hover
{
	color: white; 
	font-family: Tahoma, Verdana; 
	text-decoration: underline;
}

.BottomTextSmall a
{
	color: 622626; 
	font-family: Tahoma, Verdana; 
	text-decoration: none;
}

.BottomTextSmall a:visited
{
	color: 622626; 
	font-family: Tahoma, Verdana; 
}
/* Bottom Text Parameters <-- */

#PhoneImage
{
	position:relative; 
	bottom:0px;
	left:0px;
}

.ErrorText
{
	font-size: 13px; 
	color: red; 
	font-family: Verdana; 
	text-decoration: none;
	font-weight: bold;
}

#ContactsText
{
	position:absolute; 
	top:200px; 
	left:40px; 
	width:200px;
	font-size: 13px; 
	color: #010101; 
	font-family: Verdana; 
	text-decoration: none;
}

#Words
{
	font-size: 10px; 
	color: dddddd; 
	font-family: Verdana;
	text-align: center;
}

#Copyright
{
	font-size: 10px; 
	color: white; 
	font-family: Tahoma;
	font-weight: bold;
}
//------------------------------------------------------

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container 
{
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
	background: #f2c4ac;
}

#shadow-container .shadow2 {
	background: #d39f83;
}

#shadow-container .shadow3 {
	background: #d29e83;
}

#shadow-container .container {
	background: #fefefe;
	border: 1px solid #848284;
	padding: 10px;
}
	
//------------------------------------------------------
