@CHARSET "UTF-8";
body {
    color:#333333;
}
.container {
	margin: 10px auto;
}
.top-left-corner {
	background: transparent url(../img/lt.gif) no-repeat scroll left top;
}
.top-right-corner {
    background: transparent url(../img/rt.gif) no-repeat scroll right top;
}
.bottom-left-corner {
    background: transparent url(../img/lb.gif) no-repeat scroll left top;
}
.bottom-right-corner {
    background: transparent url(../img/rb.gif) no-repeat scroll right top;
}
.default-line {
	height: 14px;
}
h1 {
	font-size: 2em;
}
p {
	padding-bottom: 5px;
}
.corner-line {
    height: 20px;
}
.blue, h1, h2, h3, h4, a {
	color: #35B1F1;
}
a:hover {
    color: #35B1FF;
}
.left-border {
	background: transparent url(../img/vl.png) repeat-y 0 0;
}
.right-border {
    background: transparent url(../img/vl.png) repeat-y 100% 0;
}
.center {
	text-align: center;
}
#header {
	position: relative;
	height: 45px;
}
#menu {
	position: absolute;
    top: 65px;
    left: 40px;
}
#menu div {
	background: transparent url(../img/mi.gif) no-repeat scroll left bottom;
    border-right: 1px solid #DCDCDC;
    height: 22px;
    padding: 3px 10px 0 13px;
    float: left;
}
#menu div a, #menu div a:hover {
	color: #333333;
	text-decoration: none;
}
#info {
	background: transparent url(../img/ip.gif) no-repeat scroll left bottom;
	height: 21px;
	padding: 1px 0 0 10px;
	border-top: 1px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
	font-size: 0.9em;
}
#buttons {
	height: 18px;
	overflow: hidden;
}
#buttons, #buttons a {
	color: #fff;
}
#buttons div {
	background: transparent url(../img/buttonl.gif) no-repeat left top;
	font-size: 0.9em;
	float: left;
}
#buttons div div {
	padding: 1px 15px;
	background: transparent url(../img/buttonr.gif) no-repeat right top;
}
p+p {
	text-indent: 0;
}
textarea {
	height: 150px;
}
a.selected {
	font-weight:bold;
	text-decoration:none;
}
.information {
	font-size: 0.8em;
	font-style: italic;
	color:gray;
}
span.text100p {
	font-size:9px;
	margin:0;
	width:75%;
	color:#AAA;
}