/**
 * Style sheet xBasic
 */
body
{
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:14px;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

img
{
	border:0px;
}

pre, form
{
	margin:0px;
	padding:0px;
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}

h1
{
	margin:0px 0px 25px 0px;
	padding:10px 0px 0px 0px;
	border-bottom:1px dotted #ccc;
	font-weight:normal;
	font-size:30px;
	color:#137BA9;
	line-height:32px;
}

h2
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:normal;
	font-size:18px;
	color:#137BA9;
	line-height:20px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}

.button
{
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	padding:2px 10px;
	background-color:#ffffcc;
	border:2px solid #ffcc00;
	font-weight:bold;
	font-size:13px;
	color:#660000;
	line-height:14px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.button a
{
	font-weight:bold;
	font-size:13px;
	color:#660000;
	line-height:14px;
}
