/* GLOBAL STYLES */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	font-family: Tahoma, Arial, Sans-Serif;
}

body {
	color: #363636;
	font-size: 90%;
}

a {
	color: #103a59;
	text-decoration: underline;
}

a:hover {
    color: #0097d5;
	text-decoration: none;
}

.formitem .label {
	float: left;
}

.formitem .item {
	float: left;
}

h1 { font-size: 120%; }
h2 { font-size: 115%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }

h1, h2, h3, h4, h5 {
    margin-bottom: 5px;
}

.fl { float: left; }
.fr { float: right; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.clearing { clear: both; }
.print_hidden { display: none; }

.fc:after { 
	height: 0;
	clear: both;
	font-size: 0;
	content: ".";
	display: block;
	visibility: hidden;
}
.fc {
	display: inline-block;
}


/* NEWS TEMPLATES */

.news_item_short {
    width: 600px;
}

.news_item_short {
    margin-bottom: 20px;
}

.news_item_short .left {
    float: left;
    width: 100px;
}

.news_item_short .right {
    float: right;
    width: 490px;
}

.news_item_short .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.news_item_full {
    width: 600px;
}

.pagination {
    clear: both;
    float: right;
    margin: 10px 0 10px 0;
}

.pagination a {
    text-decoration: none;
}

.pagination .active {
    color: #0097d5;
    text-decoration: underline;
}



/* PAGE STYLES */


