body {
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12pt;
	color: black;
}

#glob {
	width:100%;
	height:100%;
}

#all {
        width: 580px;
        text-align: center;
        border: 2px solid #AAAAAA;
}

#main {
        clear: both;
        padding: 10px;
        text-align: left;
        line-height: 16px;
}

a {
	text-decoration: none; 
	font-weight: bold;
	color: #1050a4;
}

img {
	border: none;
}

.gray {
	color: gray;
}

.tabbody {
	background: #cdcecd; 
	border-left: 2px solid gray;
	border-right: 5px solid black;
	border-top: none;
	border-bottom: 5px solid black;
	padding: none;
}

.tabheadleft {
	background: #cdcecd; 
	border-right: none;
	border-top: 1px solid black;
	border-bottom: 2px solid gray;
	border-left: 1px solid gray;
	padding: none;
	text-align: center;
}

.tabheadleftontop {
	background: #cdcecd; 
	border-right: 3px solid black;
	border-top: 2px solid gray;
	border-bottom: none;
	border-left: 2px solid gray;
	padding: none;
	text-align: center;
}


.tabheadmiddle {
	background: #cdcecd; 
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 2px solid gray;
	border-left: 1px solid black;
	padding: none;
	text-align: center;
}

.tabheadmiddleontop {
	background: #cdcecd; 
	border-right: 4px solid black;
	border-top: 2px solid black;
	border-bottom: none;
	border-left: 2px solid black;
	padding: none;
	text-align: center;
}

.tabheadright {
	background: #cdcecd; 
	border-right: 3px solid black;
	border-top: 1px solid black;
	border-bottom: 2px solid gray;
	border-left: none;
	padding: none;
	text-align: center;
}

.tabheadrightontop {
	background: #cdcecd; 
	border-right: 5px solid black;
	border-top: 2px solid black;
	border-bottom: none;
	border-left: 1px solid black;
	padding: none;
	text-align: center;
}

.tabtop {
	background: white; 
	border-right: none;
	border-top: none;
	border-bottom: 2px solid gray;
	border-left: none;
	padding: none;
	text-align: center;
}

.tabletitle {
	background-color: #808080;
	color: #ffffff;
	font-weight: bold;
}

.tableline {
	background-color: #f2f2f2;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.centerbold {
	font-weight: bold;
	text-align: center;
}

.header {
	font-size: 14pt;
	font-weight: bold;
}
