body {
	margin : 10 0 5 0;
	background-color : #4D3677;
	
}

.bold{
font-weight:bold;
}

.underline{
text-decoration : underline;
}

.nounderline{
text-decoration : none;
}

.gold{
color: #FFCD00;
}

.red {
	color: #cc0000;
}

.orange {
	color: #FF9933;
}

.lightgray{
	color: #DADADA;
}

.darkgray{
	color: #717171;
}

.white {
	color: white;
}

.minitext {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	font : Arial;
}
.text12 {
	font-family : Arial;
	font-size : 12pt;
	font : Arial;
}
.text10 {
	font-family : Arial;
	font-size : 10pt;
	font : Arial;
}

.text9 {
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
}
.pointer {
cursor:pointer;
}
.goldborder {
border-color: gold;
}
.topborder {
	border-top : 3px solid ;
}
.rightborder {
	border-right : 3px solid ;
}
.leftborder {
	border-left : 1px solid ;
}
.bottomborder {
	border-bottom : 1px solid ;
}
.fullborder {
	border-top : 1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
}
