body {
	background-color: #89DEFE;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rightdot
{
	background-image: url(img/dotright.png);
	background-repeat: repeat-y;
}

.footer
{
	background-image: url(img/bot.png);
	background-repeat: repeat-x;
}
.header
{
	background-image: url(img/top.png);
	background-repeat: repeat-x;
}
.lmenu
{
	background-image: url(img/leftmenu.png);
	background-repeat: no-repeat;
}
.rmenu
{
	background-image: url(img/rightmenu.png);
	background-repeat: no-repeat;
}
.menuout
{
	background-image: url(img/menu.jpg);
	cursor: pointer;
}
.menuover
{
	background-image: url(img/over.jpg);
	cursor: pointer;
}

.heading
{
	font-family: Garamond;
	font-size:15px;
	font-weight:bold;
	color:Red;
}
.text
{
	font-family: Garamond;
	font-size:13px;
	color:#561DAD;
	font-weight:bold;
}
.text_bold_white_12
{
color:#FFFFFF;
font-family:Tahoma,Verdana,Arial;
font-size:11px;
font-weight:bold;
letter-spacing:1px;
text-decoration:none;
cursor: pointer;
}
.text_white_11
{
color:#ffffff;
font-family:Tahoma,Verdana,Arial;
font-size:10px;
letter-spacing:1px;
text-decoration:none;
}

.text_black_11
{
color:#000033;
font-family:Tahoma,Verdana,Arial;
font-size:11px;
font-weight:normal;
letter-spacing:1px;
text-decoration:none;
}