/* CSS Document */

body {
	margin: 0px;
}

/* Top navigation */
.topnav {
	background-image: url(../../images/link_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}


/* Content text */
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
}

.largertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
}


.table_normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.small_normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 13px;
	text-decoration: none;
}

.bluebold_normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0F2B5B;
	line-height: 18px;
	text-decoration: none;
}

.heading_normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0F2B5B;
	line-height: 22px;
	text-decoration: none;
}

.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
	line-height: 18px;
	text-decoration: none;
}

/* Links */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B58C0A;
	line-height: 18px;
	text-decoration: none;
}

a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B58C0A;
	line-height: 18px;
	text-decoration: none;
}

a.small_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B58C0A;
	line-height: 13px;
	text-decoration: none;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0F2B5B;
	line-height: 18px;
	text-decoration: none;
}

.small_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0F2B5B;
	line-height: 13px;
	text-decoration: none;
}

.main_link {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0F2B5B;
	line-height: 20px;
	text-decoration: none;
}


.my_myTERRIO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B58C0A;
	line-height: 16px;
	text-decoration: none;
}

.TERRIO_myTERRIO {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #0F2B5B;
	line-height: 16px;
	text-decoration: none;
}

.footer {
	background-color: #0F2B5B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 24px;
	font-weight:bold;
	padding-left:20px;
}

.box-heading {
	background-image: url(../../images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	line-height: 29px;
	font-weight: bold;
}

.box-border {
	background-color: #F9F9F9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
}

.heading_my_myTERRIO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B58C0A;
	line-height: 22px;
	text-decoration: none;
}

.test_answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 56px;
	text-decoration: none;
}