html, body
{
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6
{
	padding: 2px 0px 2px 0px ;
	margin: 10px 1px 1px 1px;
}
h1
{
	font-size: 26px;
}
h2
{
	font-size: 22px;
}
h2.title
{
	border-bottom: solid 1px #406080;
}
h3
{
	font-size: 18px;
}
h4
{
	font-size: 16px;
}
p
{
	padding: 2px;
	padding-bottom: 10px;
	line-height: 1.65em;
}
p.left, ul.left
{
	text-align: left;
}
p.right, ul.right
{
	text-align: right;
}
div.left, img.left
{
	float: left;
}
div.right, img.right
{
	float: right;
}
a
{
	color: #003090;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	background-color: #e0f0ff;
}
a:visited
{
	color: #6040a0;
}
a:active
{
	color: #ffffff;
	background-color: #003090;
}
small a, .sidebar_box_content a
{
	font-weight: normal;
	text-decoration: none;
}
.sidebar_box_content h4 a
{
	font-weight: bold;
}
h2.title a
{
	text-decoration: none;
}
a.commentbox
{
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

ul.empty
{
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}

.center
{
	text-align: center;
}
small, .small
{
	line-height: 1.5em;
}

input
{
	margin-top: 4px;
	padding: 2px;
	background-color: #e0e0e0;
	height: 24px;
	line-height: 24px;
	width: 450px;
	border: solid 1px #204080;
	font-size: 19px;
	color: #404040;
}
input:focus
{
	background-image: url("backgrounds.png");
	background-repeat: repeat-x;
	background-position: 0px -169px;
	border: inset 1px #204080;
	font-size: 20px;
	color: #000000;
}
input.ycheckbox
{
	width: 20px;
	height: 20px;
}

textarea
{
	padding: 2px;
	margin-top: 4px;
	background-color: #e0e0e0;
	height: 250px;
	line-height: 14px;
	width: 450px;
	border: solid 1px #204080;
	font-size: 12px;
	color: #404040;
}
textarea:focus
{
	background-color: #ffffff;
	border: inset 1px #204080;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
}

button
{
	cursor: pointer;
	background-image: url("backgrounds.png");
	background-repeat: repeat-x;
	background-position: 0px -140px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	color: #ffffff;
	border: outset 2px #204080;
	padding: 0px 15px 0px 15px;
	font-weight: bold;
}

code
{
	font-family: courier, monospace;
}

pre
{
	border: solid 1px #808080;
	background-color: #c0c0c0;
	font-family: courier, monospace;
	margin: 5px;
	padding: 4px;
}
pre.resizeable
{
	max-height: 400px;
	overflow: auto;
}

blockquote
{
	border: dotted 1px #808080;
	background-color: #c0c0c8;
	margin: 5px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 10px;
}

.resizeable
{
	border-right-style: dotted;
	border-right-width: 2px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	min-height: 100px;
}

.clear
{
	clear: both;
}

