@charset "utf-8";
/* CSS Document */

body {
	background-color: #092541;
	margin: 15px;
}
.frame-grey {
	background-color: #5d6f82;
}
.bck-nav {
	background-image: url(../images/bck_nav.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.nav-div {

margin-left:25px; 
word-spacing:10px


}

.nav-on {
	text-decoration: underline;
	color:#11375c;
}


.nav-on:hover {
	text-decoration: underline;
	color:#666666;
}


.nav-off {
	text-decoration: none;
	color:#333333
}

.nav-off:hover {
	text-decoration: underline;
	color:#666666
}


.bck-white {
	background-color: #FFFFFF;
}
.bck-shadow {
	background-image: url(../images/bck_shadow.png);
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #305f8c;
	letter-spacing: 0.1em;
	padding-top: 10px;
	text-align: center;
}
.text-default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #e1e1e1;
}
.text-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFCC;
}


a.text-default {
	color: #FFCC00;
	text-decoration: none;
}

a.text-default:hover {
	text-decoration: underline;
}



.text-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #4879a9;
	padding-top: 8px;
	padding-left: 5px;
}
.text-portfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #e1e1e1;
	padding: 10px;
}
