/* CSS Style 01 (style_01.css) by Joshua */

body {
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
a.buttons {
	background: url(./images/bt_gold_inactive.png);
	background-repeat: repeat-x;
	color: rgb(0, 0, 139);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 32px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	}
	

a.buttons:hover{
	background: url(./images/bt_gold_active.png);
	background-repeat: repeat-x;
	color: rgb(0, 0, 139);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 32px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	}

a.plain {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 32px;
	text-align: center;
	text-decoration: none;
	}

	
li {
list-style-type: none;
}

small.white {
	color: rgb(255, 255, 255);
	font-family: Mingliu, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
img {
	border: 0px;
	}