@import "gui.css";

html, body {
	margin: 0; padding: 0;
}

body {
	padding-bottom: 30px;
}

p {
	margin: 10px auto;
	text-align: left;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #854500;
}

p.ralign {
	text-align: right;
}


a:link {
	color: #3274A9;
	text-decoration:none;
}

a:visited {
	color: #4d91cb;
	text-decoration:none;
}

a:hover {
	color: #53afff;
	text-decoration:none;
}


a img {
	border: 0;
}


.hi {
	font-size: 14px; font-weight: bold;
	color: #5b76a4;
}

a.orange:link, a.orange:active, a.orange:visited {
	color: #894300;
}

a.orange:hover {
	color: #c05e00;
}

.bluebullet {
	margin: 0; padding: 0;
}

.bluebullet li {
	margin-left: 20px;
	padding-left: 20px;
	background: url(../img/bluebullet.gif) no-repeat 0 5px;
	padding-bottom:5px;
	list-style-type: none;
}