BODY {
	font-family : Verdana;
	font-size : 10pt;
	margin : 0px 0px 0px 0px;
}

TD {
	font-family : Verdana;
	font-size : 10pt;
}

A {
	font-family : Verdana;
	text-decoration : none;
	color : Blue;
}

A:HOVER {
	font-family : Verdana;
	text-decoration : underline;
}

.smallerFont {
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
}

.userFont {
	font-size : 10pt;
	font-style : normal;
	font-weight  : bold;
}
.topLeft {
	
}

.topBor {
	border-bottom : 1px solid black;
}

.mainBor {
	border-left : 1px solid Silver;
	border-right : 1px solid Silver;
}

.sideBor {
	border-right : 1px solid black;

}
.bottomBor {
border-right : 1px solid black;	border-bottom : 1px solid Black;}
.rightBor {
	border-right : 1px solid black;
}

.rightBlock {
	background-color : #DCDBFF;
}
.leftBlock {
	background-color : #FFF0DB;
}
.leftBlockPersonal {
	background-color : #FFF0aa;
}
.customLeft {
	background-color : #FFFFFF;
}
.bottomBlock {
	background-color : #ABF68E;
}

.bulletBlock {
	border-left : 1px solid Silver;
	border-right : 1px solid Silver;
	border-top : 1px solid Silver;
	border-bottom : 1px solid Silver;
}

.largerFont {
	font-size: 11pt;
	font-weight: bold;
}

.largeInvertFont {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	border-bottom : 1px solid Black;
	background-color : #E5E5E5;
}

.allBorder {
	border : 1px solid black;
	background-color : White;
}

.selectBoxCheck {
	background-color: #f8f8f8;
	color: Gray;
}