@charset "utf-8";
/* CSS Document */
html
{
	height:100%;
	margin:0px;
}

body {
	background-color: #3c0000;
	background-image: url(images/bkgd-01.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: verdana, arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	height:100%;
}
.headline1-black {
	font-family: verdana, arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.headline2-black {
	font-family: verdana, arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.headline2-red {
	font-family: verdana, arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B00000;
	text-decoration: none;
}
.text-black {

	font-family: verdana, arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	text-decoration: underline;
	color: #3C0000;
}
a:hover {
	color: #880000;
}
a:active {
	text-decoration: none;
} 


/*  -------  starts - link for leftmenu  --------  */
a.link1 {
	font-family: verdana, arial;
	font-size: 12px;
	color: #D87472;
	font-weight: normal;
}
a.link1:link {
	text-decoration: none;
}
a.link1:visited {
	text-decoration: none;
	color: #b44242;
}
a.link1:hover {
	text-decoration: none;
	color: #ffffff;
}
a.link1:active {
	text-decoration: none;
}

a.headline2-red:active, a.headline2-red:link, a.headline2-red:visited {
	font-family: verdana, arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B00000;
	text-decoration: none;
}

a.headline2-red: hover{
	font-family: verdana, arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B00000;
	text-decoration: underline;
}
/*  -------  ends - link for leftmenu  --------  */


/*  -------  starts copyright  --------  */
.copyright {
	font-family: verdana, arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #880000;
	text-decoration: none;
}
/*  -------  ends copyright  --------  */

#mainpanel{ height:auto;position:relative;font-size:11px;text-transform:uppercase;font-weight:bold;background:#962023 url(images/mainpanel.jpg) repeat-y top left;padding:0 10px 0 5px;}

p
{
	font:inherit;
}