/**
 * Defaults
 */
html {
	overflow: -moz-scrollbars-vertical;
}

*:-moz-any-link:focus {
	outline: none;
}

body {
	font-family: Arial, Verdana;
	font-size: 0.75em;
	line-height: 130%;
	color: #7a878f;
}

sub,sup {
	line-height: 0px;
	font-size: 75%;
}

h1 {
	font-size: 16px;
	margin-bottom: 7px;
	color: #bb5d1f;
}

h2 {
	font-size: 14px;
	margin-bottom: 7px;
	color: #112c5d;
}

h3 {
	font-size: 12px;
	margin-bottom: 7px;
}

.blue {
	background-color: #2a4f6c;
}

a {
    color: #367fb0;
    text-decoration: underline;
}

p {
    margin-bottom: 15px;
}

.tgrid_4 {
    width: 220px;
    padding: 0px 20px 0px 20px;
    vertical-align: top;
}

.tgrid_8 {
    width: 440px;
    vertical-align: top;
}

.tgrid_12 {
    width: 700px;
    vertical-align: top;
}

.tgrid_4_last {
    width: 240px;
    margin: 0px;
    padding: 0px;
    background-color: #1c374c;
    height: 100%;
}