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

html, body {
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0
	}

.hide {
	display: none;
	}

/*-----------* COMMON ELEMENTS *-----------*/

b {
	font-size : 11px;
	line-height : 19px;
	font-weight: bold;
	}

p  {
	font-size: 11px;
	line-height: 15px
	}

li {
	line-height: 15px;
	}

br {
	line-height: 15px;
	}

/*-----------* LINK OPTIONS *-----------*/

a:link  {
	text-decoration: underline
	}

/*-----------* TEXT SIZES *-----------*/

.small_text {
	font-size : 9px;
	line-height : 15px;
	}

.title  {
	font-size : 15px;
	line-height : 17px;
	font-weight: bold;
	}

.title_banner  {
	color: #000000;
	font-size: 15px;
	background-color: #FFFFFF;
	position: relative;
	left: -6px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	}

/*-----------* HEADER IMAGES *-----------*/

.header_image {
	margin-bottom: 15px;
	height: 115px;
	}

/*-----------* LIST VARIANTS *-----------*/

.arrow li {
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	display: list-item;
	margin-left: -15px;
	margin-bottom: 5px;
	}

.navlist {
	display: none;
	}

/*-----------* BOXES *-----------*/

.grey_box {
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

/*-----------* LAYOUT *-----------*/

#content {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

#footer {
	color: #999999;
	padding-top: 20px;
	width: 100%;
	clear: both;
	font-size: 9px;
	}
