/* CSS Document */


body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #222;
}

/* ----- CLASSES ----- */

.hide{
/* display:none; */
}
.show{
/* display:block; */
}



/* ----- TYPOGRAPHY ----- */

h1, h2, h3, h4, h5, h6 {margin-bottom: 0;}
p {margin: 0 0 1em;}

p {
	margin-top: 0; 
	margin-bottom: 1em; 
	text-align: left; 
	font-size: 11px; 
	line-height: 18px;
	}
th, td, ul, ol, dl, li {
	margin-top: 0; 
	margin-bottom: 5px; 
	text-align: left; 
	font-size: 11px; 
	line-height: 15px;
	}
h1 {
	font-size: 24px; 
	font-weight: bold; 
	color: #f00;
	margin-bottom: 0; 
	margin-top: 0; 
	}
h2 {
	font-size: 18px; 
	font-weight: normal; 
	color: #669;
	margin-bottom: 0; 
	margin-top: 0; 
	}
h3 {
	font-size: 16px; 
	font-weight: bold; 
	color: #669;
	margin-bottom: 0; 
	margin-top: 0;
	}
h4 {
	font-size: 12px; 
	font-weight: bold; 
	color: #666;
	margin-bottom: 0; 
	margin-top: 0; 
	}

li p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
	}
/* ----- LINKS ----- */

a:link {
	text-decoration: none; 
	color: #f00; 
	background: transparent;
	}
a:visited {
	text-decoration: none; 
	color: #c30; 
	background: transparent;
	}
a:hover {
	text-decoration: underline; 
	color: #00f; 
	background: transparent;
	}
a:active {
	text-decoration: underline; 
	color: #00f; 
	background: transparent;
	}

/* ----- custom ----- */

#sidebar h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	

/* ----- TABLES ----- */

th {text-align: right;
vertical-align: top;
}

td, th {line-height: 1.2em;}
