/* ---[ links ]------------------------------- */



/* ---[ common elements ]--------------------- */
/*
p {
	margin: 1em 0 1em;
	padding: 0;
	}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 200%;
	font-weight: bold;
        padding-top: 1.5em;
	margin: 0;
        color: #000;
	}
h2 {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	color: #333333;
	}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #333333;
	}
h2 a:hover {
	color: #966;
	}

h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 3px;
	padding-top: 1.5em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #7B9905;
	border-bottom: 1px solid #eee;
	}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	color: #600;
	}
h3 a:hover {
	color: #966;
	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}

h6 {
	margin: 1.5em 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:100%;
        line-height:2em;
        text-transform:uppercase;
        letter-spacing:.2em;
        color:#558866;
	}

h1 span, h2 span, h3 span {
	color: #999;
	}

code {
	color: #7B9905;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #4E6200;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike {
	text-decoration: line-through;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
*/	
/* ---[ misc. ]---------------------------------------- */

.center {
	text-align: center;
	}
a img {
	border: none;
	}
.hide {
	display: none;
	}


