body{
	background-color: #CCCCCC;
}

.inv
{
    BORDER-LEFT:none;
    BORDER-RIGHT:none;
    BORDER-TOP:none;
    BORDER-BOTTOM:none;
	/*border: solid black 1px;*/
    BORDER-SPACING:0px;
    MARGIN: 0px;
    PADDING: 0px
}

td{
	text-align: justify
}
.imgRight{
	border: 1px solid black;
	float: right; 
	padding: 0px;
	margin-left:8px;
}
.imgRightTd{
	border-top: 1px solid black;
	font-size: 12px;
	background-color: #99CCFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-style:italic;
}
.imgRight a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.imgRight a:hover{ color: blue; }


.imgLeft{
	border: 1px solid black;
	float: left; 
	padding: 0px;
	margin-right:8px;
}
.imgLeftTd{
	border-top: 1px solid black;
	padding-left: 5px;
	font-size: 12px;
	background-color: #ddddc1;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:left;
	font-style:italic;
}
.imgLeft a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.imgLeft a:hover{ color: blue; }

.showImg{
	border: solid black 1px;
}

.imgCenter{
	border: none;
	padding: 0px;
	width: 10px;
}
.imgCenterTd{
	/*border-top: 1px solid black;*/
	padding-left: 5px;
	font-size: 12px;
	background-color: #ddddc1;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:left;
	font-style:italic;
}
.imgCenter img{
	border: solid black 1px;
}
.imgCenter a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.imgLeft a:hover{ color: blue; }

table{
	font-family: arial;
}
#topPic{
	border: none;
}

#mainTab{
	border: none;
	width: 900px;
}

#topMenu{
	width: 100%;
	/*border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: none;*/
	border: none;
	
}
#leftMenu{
	width: 160px;
	padding: 5px;
	border-right-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #990033;	/*background-color: #ddddc1;
	background-image: url(gfx/topmenu_02.gif); 
	background-repeat: no-repeat;*/
}

.menA{
	color: black;
	font-weight:bold;
	text-decoration: none;
	font-size:16px;
}

.menB{
	color: #990033;
	font-weight:bold;
	text-decoration: none;
	font-size:20px;
}
.menA:hover{
	color: #89002c;
}
h1{
	font-size: 22px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 14px;
}
#mainContainer{
	width: 740px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	border:none;
	font-size: 14px;
}
.tabNormal{
	border-top:solid 0px black;
	border-left:solid 0px black;
}

.tabNormal th{
	background-color:#89002c;
	color: white;
	border-bottom:solid 0px black;
	border-right:solid 0px black;
	text-align:left;
}

.tabNormal td{
	border-bottom:solid 0px black;
	border-right:solid 0px black;
}

