/* CSS Document */

body {
	color: #000000;
	font: 11px "Tahoma","Geneva","sans-serif";
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../layout/bg.png);
}

table, tr, td {
	color: #000000;
	font: 11px "Tahoma","Geneva","sans-serif";
}

.button {
	background-color: #ff0000; 
	font-size: 11px; 
	border-color: black; 
	border-width: 1px; 
	font-family: arial, verdana, geneva; 
	color: white;
}

img.center {
	display: block; 
	margin: auto;   
	border: 0px;
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 0px;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 0px;
	}

pre {
	background-color: #ccc;
	border: 2px #E2EAED dotted;
	overflow: auto;
	width: 100%;
	w\idth: auto;
}

p {
	font: 11px "Tahoma","Geneva","sans-serif";
}

ul {
        margin-left: 0px;
        padding: 0 0 0 30px;
        list-style: none;
        padding-left: 10px;
        text-indent: -10px;
        }

ul li:before, #sidebar ul ul li:before {
        content: "\00BB \0020";
        }

table, tr, td {
	margin: 0px;
	color: #000000;
	font: 11px "Tahoma","Geneva","sans-serif";
}

a:link { color: #c10b09; text-decoration: none; }
a:visited { color: #c10b09; text-decoration: none; }
a:hover { color: #c10b09; text-decoration: underline; }
a:active { color: #000000; text-decoration: none; }

h1 {
	font-family: Verdana, Arial, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #33222A; 
}
h2 {
	font-family: Verdana, Arial, Times, serif;
	font-size: 16px; 
	font-weight: bold;
	color: #33222A; 
}
h3 {
	font-family: Verdana, Arial, Times, serif;
	font-size: 14px; 
	font-weight: bold;
	color: #33222A; 
}