body { 
 background-color: White; 
 }
.menu {
	background-color: #5E609D;
	color : White;
	font-weight : bold;
}
.copyright {
	font-size : xx-small;
	color: black;
}
h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #5E609D;
}
p {
	font-family : Verdana;
	font-size : 12px;
}
p.small {
	font-size: 11px;
}
p.resume {
	color: #5c40bf;
	font-weight : bold;
}
ul {
	font-family : Verdana;
	font-size : 12px;
	margin-left : 5px;
	margin-top : 0px;
}
li {
	font-family : Verdana;
	font-size : 12px;
	margin-left : 5px;
}
li.main {
	font-family : Verdana;
	font-size : 12px;
	margin-left : 3px;
	font-weight : bold;
	LIST-STYLE: none;
}
li.branch {
	font-family : Verdana;
	font-size : 11px;
	margin-left : 15px;
	LIST-STYLE: none;
}
li.normal {
	LIST-STYLE: square;
	LIST-STYLE: none;
}
li.detail {
	font-family : Verdana;
	font-size : 11px;
	margin-left : 25px;
	LIST-STYLE: none;
}
li.option {
	font-family : Verdana;
	font-size : 12px;
	margin-left : 25px;
	LIST-STYLE: circle;
	margin-top : 2;
	margin-bottom : 2;
}
.leftmenu {
/*	background-color: #C4CBFF; */
	width : 180px;
	vertical-align : top;
}
.rightmenu {
/*	background-color: #C4CBFF; */
	width : 150px;
	vertical-align : top;
}
A.menu {
	COLOR: #FFFFFF; CURSOR: hand; FONT-FAMILY: verdana; FONT-SIZE: 11px; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}
A.menu:hover {
	COLOR: #F0F0FF; TEXT-DECORATION: underline;
}
TD {
	font-size : 12px;	
}
TD.thead {
	background-color: #5E609D;
	color : White;
	font-size : 16px;
	width : 100%;
	font-weight : bold;
}
TD.tbighead {
	color : #5E609D;
	font-size : 18px;
	width : 100%;
	FONT-FAMILY: verdana;
	
	padding-bottom : 10px;
	/* padding-left : 15px; 
    	padding-top : 2px;
	*/
}
TD.tinfo {
	width : 100%;
	padding-top : 10px;
	padding-bottom : 15px;
}
A {
	COLOR: #003366; CURSOR: hand; FONT-FAMILY: verdana; FONT-SIZE: 12px; TEXT-DECORATION: none;

}
A:hover {
	COLOR: #3366cc; TEXT-DECORATION: underline;
}

HR { 
	color : #5E609D;
 }

table.price {
	font-family : Verdana;
	font-size : 12px;
 	background-color: #000000;
 	width : 100%;
	}
TR.priceheader {
	background-color: #B8BAF7;
	font-size : 16px;
	font-weight : bold;
	height: 40;
}
TR.priceodd {
 	background-color: #F4F6FF;
	font-size : 16px;
	height: 40;
}
TR.priceeven {
	background-color: #FAFCFF;
	font-size : 16px;
	height: 40;
}