/* CSS Document */
.ltcorner
{
	background-image:url(../graphix/ltcorner.gif)
}
.lbcorner
{
	background-image:url(../graphix/lbcorner.gif)
}
.tophorline {
	background-image: url(../graphix/tophorline.gif);
}
.bottomhorline {
	background-image: url(../graphix/bottomhorline.gif);
}
.rtcorner
{
	background-image:url(../graphix/rtcorner.gif)
}
.rbcorner
{
	background-image:url(../graphix/rbcorner.gif)
}
.leftverline {
	background-image: url(../graphix/leftverline.gif);
	background-repeat: repeat-y;
}
.rightverline {
	background-image: url(../graphix/rightverline.gif);
	background-repeat: repeat-y;
}
.outertable {
	border:0px solid black;
	background-color:#003300;
	/*background-image: url(../graphix/background.jpg);*/
	background-repeat: repeat-x;
}

.reddot {
background-image:url(../graphix/sidebar/reddot.gif);
}
.emptyline {
background-image:url(../graphix/sidebar/emptyline.gif);
}

.titleup {
font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
font-weight:bold;
color:#006633;
}



.titleflat a:link {
color:#003300;
font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
font-weight:bold;
text-decoration:none;
}
.titleflat a:visited {
color:#003300;
font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
font-weight:bold;
text-decoration:none;
}

.titleflat a:hover {
color:#631212;
font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
font-weight:bold;
text-decoration:underline;
}

.mainText {
font:Verdana, Arial, Helvetica, sans-serif;
color:#003300;
}

.mainArea {
background-image:url(../graphix/main_area/bg.jpg);
background-position:top left;
background-repeat:repeat-y;
padding-left:10px;
}
