@CHARSET "UTF-8";
/**
 *  GENERAL
 */
* {
    margin: 0;
    padding: 0;
    text-align: left;
}

body {
	background-color: #618981;
	color: #666;
	font-family:arial,helvetica;
	font-size:75%;
	margin: 0;
	padding: 0;	
}

img { 
	border: none;
}

fieldset { 
	border: none;
}

/*** COMMON COLOURS ***/
.red {
    color: #f44;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}

/* TAGS */
h1, h2, h3, h4, h5, h6 {        
    clear: both;
    color: #618981;
	
}

h1 {
    font-size: 2em;
	line-height: 2em;
}

h2 {
    font-size: 1.5em;
	
}

h3 {
     font-size: 1.5em;
}

h4 {
    font-size: 1.167em;
}

h5 {
    font-size: 1.083em;
}

h6 {
	font-size: 1em;
}

td {
    vertical-align: top;
}

form {
    clear: both;
}

input, textarea, select {
    color: #000;
    padding: 2px;
	border: 1px solid #c7c7c7;
}

a, a:visited {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
    color: #555;
}

a.read_more:link, a.read_more:visited, a.read_more:active {
    display: block;
    margin: 5px 0 0;
    color: #4776d1;
    text-decoration: underline;
    white-space: nowrap;
    width: 60px;
    overflow: visible;
}

/************************/
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */
.ghostInput {
    color: #999;
}

.flipY {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; /*IE*/
}

.flipX {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: flip; /*IE*/	
}

