body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}
body, table, div {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #44759B;
}
a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}
select, .button {
	height: 18px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #939393;
}
select {
	border: #195DA8 1px solid;
}
.button {
	color: #003366;
	background-color: #C8D6DD;
	border: #195DA8 1px solid;
}
select.multi {
	height: 40px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	
	color: #000000;
	margin-top: 0px;
}

.title {
	
}

.title2 {
	color: #868585;
}

.menu1 {
	font-weight: bold;
	color: #ffffff;
}

.smallText {
	font-size: 10px;
}

.normalText {
	font-size: 12px;
}

.bigText {
	font-size: 14px;
}

.date {
	font-weight: bold;
	color: #717171;
}

.tbHeader, .tbRow, .tbRow2, .tbRow3, .tbRow4 {
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}
.tbHeader {
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	color: #709fc3;
	background-color: #EEEEEE;
}
.tbRow1 {
	background-color: #ebf0f3;
}
.tbRow2 {
	background-color: #F2F6F7;
}
.tbRow3 {
	background-color: #EEEEEE;
}
.tbRow4 {
	background-color: #DCECFA;
}
.tbBorder {
	border: #C8D6DD 1px solid;
	background-color: #ffffff;
}

sup {
	color: red;
}

.adv {
	color: #868585;
	text-align: left;
}

.status_ok {
	
}
.status_ok2 {
	
}

.status_notice {
	
}
.status_notice2 {
	
}

.status_error {
	
}
.status_error2 {
	color: red;
}

.cursorHand {
	cursor: pointer;
}

.copy {
	padding: 5px;
}
.copy, .copy a {
	color: #868585;
}

.invisible {

}

.counters img {
	FILTER: Alpha(Opacity=30, FinishOpacity=30, Style=0, StartX=1, StartY=1, FinishX=88, FinishY=31);
	opacity: 0.3;
}
.counters img:hover {
	opacity: 1;
}

#gridTable .mouseOver
{
	background-color: #D8E7EE;
}

#gridTable .mouseClick
{
	background-color: #c5dde8;
}

#gridTable .mouseOver.mouseClick {
	background-color: #b3d4e3;
}
