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

/* GENERAL SELECTORS: body, p, etc. */

body {
	font-family: Verdana, Geneva, sans-serif;
}
p {
	font-size: 0.75em;
	margin-left: 8px;
	margin-right: 8px;
}
ul {
	font-size: 0.75em;
}
ol {
	font-size: 0.75em;
}
a:link {
	color: Blue;
	text-decoration: none;
}
a:visited {
	color: #1E90FF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #666666;
}
a.local:link {
	color: #8B0000;
	text-decoration: none;
}
a.local:visited {
	color: #FF6347;
	text-decoration:none
}
a.local:hover {
	color: Navy;
	text-decoration: none;
	background-color: #B0C4DE;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #334828;
	font-variant: small-caps;
	letter-spacing: 0.05em;
}
h1 {
	font-size: 1.625em;
	line-height: 2em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.8em;
}
h3 {
	font-size: 1.325em;
	line-height: 1.6em;
}
h4 {
	font-size: 1.25em;
	line-height: 1.45em;
}
h5 {
	font-size: 1.125em;
	line-height: 1.3em;
}
h6 {
	font-size: 1em;
	line-height: 1.15em;
}

div {
	height: auto;
	margin: 8px;
}

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 8px;
	text-align: left;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari */
	border-style: solid;
	border-color: #A2A2A2;
	border-width: 2px;
}

#footer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 8px;
	text-align: left;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari */
	border-style: solid;
	border-color: #A2A2A2;
	border-width: 2px;
}

.caption {
	font-size: 0.7em;
	line-height: 1.1em;
}
.image_down {
	margin-bottom: 4px;
}
.borders {
	background-color: #EEE;
	border-color: #676767;
	border-width: 1px;
	border-style: solid;
}

.starting {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #334828;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-top: 6px;
}

.very_big {
	font-size: 1.5em;
}
.med_big {
	font-size: 1.25em;
}
.big {
	font-size: 1em;
}
.regular {
	font-size: 0.75em;
}
.small {
	font-size: 0.7em;
}

.boxy {
	background: #FBECB7;
	text-align: left;
	padding: 6px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari */
}


.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center 
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w450 {
	width: 450px;
}
.w500 {
	width: 500px;
}
.w550 {
	width: 550px;
}
.w600 {
	width: 600px;
}

.push8 {
	margin-left: 10px;	
}

/* Sortable tables */
table.sortable th {
	background-color:#FFF;
	color:#936;
	font-weight: bold;
	cursor: default;
}

/* FONTS FROM GOOGLE */

.tangerine_bold {
	font: 'Tangerine', Verdana, sans-serif;
}


