body {
	padding: 10px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
h1 {
	color: #1D458D;
	font-size: 1.2em;	
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}
h2 {
	color: #1D458D;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
}
a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1D458D;
	text-decoration: none;
}
a:link {
	color: #1D458D;
}
a:hover {
	color: #D79326;
}
a:visited {
	color: #1D458D;
}
a:active {
	color: #D79326;
}
.GreyBar {
	background-color: #EEE;
}
.stdButton, button {
	margin: .2em 0 .2em 3px;
	color: #ffffff;
	background: #1d458d url(../images/jquery-ui/1d458d_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-size: 11px;
	border: 1px solid #cccccc;
	cursor: pointer;
	padding: .1em .3em .1em .3em;
	line-height: 1em;
}
.stdButton:hover, button:hover {
	background: #D79326 url(../images/jquery-ui/d79326_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #222222;
}
img {
	border: none;
}