body {
	background-color: #FFFFFF;
	margin: 0;
}

td {
	font-family: verdana;
	font-size: +12;
}

p {
	text-align: justify;
	line-height: 1.6;
}

#menu {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-color: #6AAF2D;
	border-left: solid 1px #639800;
	border-bottom: solid 1px #A5DE3B;
}

#menu td {
	height: 25px;
	border-top: dashed 1px #D1FF61;
}

#menu td.first {
	height: 12px;
	border-top: solid 1px #81CD3E;
}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
}

#menu a:hover {
	color: #D1FF61;
	text-decoration: none;
	padding-left: 8px;
}

a.mgvmenu {
	color: #E89F02;
	text-decoration: none;
}

a.mgvmenu:hover {
	color: #6AAF2D;
}

h2 {
	margin: 6px;
	color: #639800;
	font-size: +18;
	font-weight: bold;
}

.pad_left_right {
	padding-left: 4px;
	padding-right: 4px;
}

.bg_orange_light {
	background-color: #FEF3CF;
}

#footer {
	height: 30px;
	border-top: solid 1px #FCC717;
}

#footer td {
	color: #898989;
	font-size: +11;
	text-align: center;
}

#footer a{
	text-decoration: none;
	color: #6AAF2D;
}

.brd_left_dot {
	border-left: dashed 1px #697E9C;
}

.brd_left_right {
	border-left: solid 1px #FCC717;
	border-right: solid 1px #FCC717;
}

.flask {
	background-image: url(../images/bg_flasks.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.brd_green {
	border: solid 1px #639800;
}