/* CSS Document */
html{
	overflow: -moz-scrollbars-vertical;}

body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	background-color: #c7c9cb;
}

#container {
	background-color: #FFFFFF;
	width:798px;
	margin: auto;
	float:inherit;
}
#footer {
	background-color: #c7c9cb;
	width:798px;
	height:100px;
	float:inherit;
	margin: auto;
	
}

#header{
	width:798px;
	height:193px;
	background-image:url(images/trimuk_bg.gif);
	background-repeat:no-repeat;	
}

#logo {
	position:relative;
	width: 115px;
	height: 60px;
	padding-left: 25px;
	padding-top: 110px;
}

#navigation {
	position:relative;
	width: 798px;
	height: 45px;
	margin-top: 0px;
	background-color: #c7c9cb;
}
#contents {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
	width:698px;
	margin: auto;
}

/* T Y P O G R A P H Y - T E X T , L I N K S , L I S T S */
.title-big {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 24px;
	line-height: 17px;
	font-weight: bolder;
	color: #00B1E7;
	text-align: left;
}
.title {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.title-blue {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #00B1E7;
}
.text {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	color: #FFFFFF;
}
p {	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	color: #000000;

}
.text-blue {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	color: #00B1E7;
}
.text-black {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	color: #000000;
}
.bold-text {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bolder;
	color: #FFFFFF;

}
.bold-textblue {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bolder;
	color: #00B1E7;
}
.bold-textblack {

	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bolder;
	color: #000000;
}
.boldsmall-text {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.boldsmall-textblue {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bolder;
	color: #00B1E7;
}
.boldsmall-textblack {

	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bolder;
	color: #000000;
}

.title-black {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
}

.copyright {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
	text-transform: none;
	color: #424242;
}


/* L I N K S */

a:link {
	color: #424242;
	text-decoration: none;
}
a:visited {
	color: #424242;
	text-decoration: none;
}
a:hover {
	color: #00B1E7;
	text-decoration: none;
}
a:active {
	color: #424242;
	text-decoration: none;
}
