@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align:justify;
	cursor:default;
	font-size:10pt;
}
a {color:#000; text-decoration:none}
a:hover {text-decoration:underline}

#header {background-image:url(../images/title.png)}

h1 {
	font-size:36pt;
	color:#ccc;
	text-transform:uppercase;
	font-weight:bold;
}

#nav {
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	color:#bbb;
	}
#nav a {color:#bbb; text-decoration:none}
#nav a:hover {color:#000}
#nav li:before {content:" / "}
#nav li:first-child:before {content:""}


.postinfo {color:#ccc; font-size:8pt}
	.postinfo a {color:#ccc}
	.postinfo a:hover{color:#aaa; text-decoration:none}

.errortext {
	font-size:16pt;
	color:#930;
	background:#fcc;
}
.notifytext {
	font-size:16pt;
	color:#36f;
	background:#ccf;
}
.notifytext a {color:#36f}
.notifytext a:hover {color:#02b}

label {text-align:left}