body {
	font-family: Geneva, Verdana;
	font-size: 10px;
	color: #4D4D4D;
	background-color: #FFFFFF;
	background: url("img/body_bg.gif") repeat-x top left;
	padding: 1px 0 0 0;
	text-align: center;
	margin: auto;
}

td {
	font-family: Geneva, Verdana;
	font-size: 10px;
	color: #4D4D4D;
}

a:link { text-decoration: underline; color : #767676; }
a:visited { text-decoration: underline; color : #767676; }
a:hover { text-decoration: underline; color : #FFCC2A; }
a:active { text-decoration: underline; color : #767676; }

.hand_cursor { cursor: pointer; cursor: hand; }
.hand { cursor: pointer; cursor: hand; }











.left_image { margin-right: 10px; margin-bottom: 5px; }
.title1 {	font-size: 12px; font-weight: bold; }

.underdotted {
	background: url("img/dotline_h.gif") repeat-x bottom left;
}

.overdotted {
	background: url("img/dotline_h.gif") repeat-x top left;
}

.rightdotted {
	background: url("img/dotline_v.gif") repeat-y top right;
}

.leftdotted {
	background: url("img/dotline_v.gif") repeat-y top left;
}

.homepage_greybox {
	background-image: url('inst_homepage/img/background_left_greybox.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#A4A4A4;
}

.homepage_box1 {
	width: 180px;
	height: 100%;
	overflow: auto;
}

.homepage_box2 {
	width: 179px;
	height: 100%;
	overflow: auto;
}

.homepage_box3 {
	width: 188px;
	height: 100%;
	overflow: auto;
}

.rightboxTitle {
	color: #ADCE25;
	font-weight: bold;
	margin-bottom: 4px;
}

.fullHeight {
	height: 100%;
}


