/*general styles*/

/* standard background & margin for all pages*/
body, .normaltext {
	background-color: #303030;
	color:#FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	margin:5px;
}

h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	background-image : url(images/title_bullet.gif);
	background-position : left;
	background-repeat : no-repeat;
	padding-left: 12px;
	padding-top: 3px;
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
	background-image : url(images/text_bullet.gif);
	background-position : left;
	background-repeat : no-repeat;
	padding-left: 7px;
	padding-top: 0px;
	margin:0px;
}


input, select, textarea {
	border : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	height: 21px;
	padding:2px;
}

button, .button {
	background-image : url(images/greaterthan_bullet.gif);
	background-position : left;
	background-repeat : no-repeat;
	height: 22px;
	padding-left: 5px;
	padding-bottom: 4px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
	background-color :#888888;
	color:#FFFFFF;
	border : thin outset;
}

a {
	color:#FFFFFF;
}

a:hover {
	font-weight:bold;
}

a:visited {
	#E4E4E4;
}

.systemMessage, .systemMessage a {
	color : #ffcc00;
	font-weight:bold;
	font-size: x-small;
}