/* CSS Document */

.buttonscontainer {
	width: 460px;
}

.buttons a {
	color: #666666;
	background-color: #FFFFFF;
	display: inline;
	padding-left: 20px;
	font: 14px Arial Narrow;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
	word-spacing: 20px;
}

.buttons a:hover {
background-color: #FFFFFF;
color: #CC9966;
text-decoration: none;
}

 div.hr {
 width: 100%;
  height: 4px;
  background: #CCCCCC url(hr1.gif) no-repeat scroll center}

.subtitle {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

ul {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	list-style-image: url(images/arrow.gif);
	list-style-type: none;
	list-style-position: outside;
	}
	
	.statichighlight {
	font-family: Tahoma;
	font-size: 11px;
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
	}
	
	.staticBody {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	}
	
	TEXTAREA {
 font-family: Tahoma;
	font-size: 11px;
	color: #333333;
 border: 1px solid #666666;
}

</style>

