/* ==-==-==-==-==-== color set ==-==-==-==-==-== */
/* Black		rgb(0,0,0)			hex(#000000) */
/* COLOR		rgb(n,n,n)			hex(#123456) */
/* White		rgb(255,255,255)	hex(#FFFFFF) */
/* =-==-==-==-==-==-==-==-==-==-==-==-==-==-==-= */

/* anchor styles */
a:link, a:visited, a:active, a:hover{
	color:#98906B;
	text-decoration:none;
}
a:hover{
	color:#313F5C;
	text-decoration:underline;
}

/* layout/text styles */
html, body{
	margin:0;
	padding:0;
	color:#313F5C;
}

body, td{
	font-family:Trebuchet MS,Trebuchet,Verdana,Sans-Serif;
	font-size:11px;
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
}

h1{
	color:#313F5C;
	font-family:Times New Roman;
	font-size:32px;
	font-weight:normal;
}
h2{
	font-family:Trebuchet MS,Trebuchet,Verdana,Sans-Serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
}
h3{
	color:#60441C;
	font-size:12px;;
	font-weight:bold;
}
h4{
	font-size:1.1em;
	font-weight:bold;
}
h5{
	font-size:1.2em;
}
h6{
	color:gray;
	font-size:0.9em;
	font-weight:normal;
}

/* utitlity styles */
.Clear{clear:both;}
.Spacer{font-size:5px;}

/* tag styles */
img{
	border:0px;
}
form{
	margin:0px;
}
tr{
	vertical-align:top;
}

hr{
	border-width:0px;
	border-bottom:1px dotted silver;
	height:1px;
}

ul, li{
	margin:10px 5px 10px 10px;
	padding:0px;
}
ol li{
	padding:0px;
}
ol li, ul li{
	
}
ul li{
	
}
ol > li:last-child, ul > li:last-child{
	border:0px;
}

fieldset{
	border:1px solid #dedede;
	padding:0 10px 10px 10px;
	-moz-border-radius:5px;
}
legend{
	font-weight:bold;
	color:maroon;
	padding:0 5px;
}