@charset "utf-8";
.leftCol {
	width: 235px;
}
/* CSS Document */

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	color: #030e2e;
}

h2 {
	font-size: 25px;
	color: #030e2e;
}
h3 {
	font-size: 20px;
	color: #FFFFFF;
}

.TopMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #98adfa;
	font-size: 12px;
}

.TopMenu:link {

}
.TopMenu:visited {
	color: #98adfa;

}
.TopMenu:hover {
	color: #FFFFFF;
}
.TopMenu:active {

}
body {
	background-color: #0a205b;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
.bodyPaddingLeft {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
}




a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CCFF;
	width: 50px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}

a:active {
	text-decoration: none;
	color: #00CCFF;
}
.SubTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	background-color: #000033;
	width: auto;
	height: 25px;
	border: solid;
	border-top-color: #003399;
	border-left-color: #003399;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: thin;
}
.button:link {

}
.button:hover {
	color: #00FFFF;
	background-color: #003366;

}

.button:visited {

}
.button:active {

}
.buttonBig {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	background-color: #030e2e;
	width: auto;
	height: 30px;
	border: solid;
	border-top-color: #003399;
	border-left-color: #003399;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: thin;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 15px;
}
.buttonBig:link {

}
.buttonBig:hover {
	color: #00FFFF;
	background-color: #003366;

}

.buttonBig:visited {

}
.buttonBig:active {

}
.bodynoFlow {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	overflow: scroll;
}
.bodyBlogPreview {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	overflow: scroll;
	width: 380px;
	height: 20px;
	display: block;
}
.bodyBoldBig {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
