/* Standar Tags */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC9900;
	text-transform: uppercase;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC9900;
	text-transform: uppercase;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC9900;
	text-transform: uppercase;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: square;	
}
ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
hr {
	color: #999;
}

/* Links */

a:link {
	color: #CC9900;
	text-decoration: underline
}
a:active {
	color: #CC9900;
	text-decoration: underline
}
a:visited {
	color: #CC9900;
	text-decoration: underline
}
a:hover {
	color: #CC9900;
	text-decoration: underline
}

/* Side-Bar */

.sidebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
.sidebar h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC9900;
}
.sidebar a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CC9900;
	text-decoration: none;	
}
.sidebar a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CC9900;
	text-decoration: none;	
}
.sidebar a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CC9900;
	text-decoration: none;	
}
.sidebar a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CC9900;
	text-decoration: underline;
}

/* Misc */

.small_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
.center_me {
	text-align: center;	
}
