html, body {
	margin: 0px;
}

a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

/* Content - Start */

.content_all {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

/* Content - End */

/* Positioning - Start */

.pos_nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	margin: 10px 0px 0px 14px;
	display: block;
	overflow: hidden;
}

.pos_logo_t {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 140px;
	background-image: url("../img/content/home/logo.gif");
	background-repeat: no-repeat;
}

.pos_stripe {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 230px;
	display: block;
	overflow: hidden;
	background-color: #2695F1;
	background-image: url("../img/content/home/stripe.jpg");
	background-repeat: no-repeat;
}

/* Positioning - End */

/* Highlighting - Start */

h1 {
	margin: 0px;
	font-size: 11px;
	color: #3399FF;
}

h2 {
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #3399FF;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #373737;
}

/* Highlighting - End */