@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

a {
	color: #2b91ab;
	text-decoration: none;
	}
a:hover {
	color: black;
	}
a img {
	border: 1px solid #2b91ab;
	}
a:hover img {
	border: 1px solid black;
	}

ol {
	margin: 0;
	list-style-position: outside;
	}

.title {
	font-size: 3.5em;
	}
.subtitle {
	font-size: 1.5em;
	}

.black {
	color: black!important;
	font-size: 0.8em;
	}
.clear {
	clear: both;
}


/* 
 * TOP MENU
 */
 
.top {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 2px;
	background-color: black;
	font-size: 12px;
	z-index: 10;
	}
.top a {
	color: #fff;
	text-decoration: none;
	}
.top a:hover {
	color: #59a2b5;
	text-decoration: none;
	}
.top ul {
	margin: 0;
	padding: 0;
	}
.top li {
	float: left;
	padding-top: 4px;
	padding-left: 15px;
	list-style: none;
	}
.top .name {
	padding: 1px 5px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	}
.right {
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	font-size: 11px;
	}
.top #msg {
	color: #ccc;
	font-style: italic;
}
   
/*
 * OPERA FIXES
 */
 
.opera10 body.chatter,
.opera10 body.illust,
.opera10 body.pg,
.opera10 body.trail,
.opera10 body.typo {
	margin-top: -16px;
	}
	
