/* CSS Document */
* {
	margin:0;
	padding:0;
}
strong, b {
	font-weight: bold;
}
p {
	font-size: 74%;
	line-height: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
/* ----- links ----- */
a:link {
	color: #193558;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #193558;
}
a:hover {
	font-weight: bold;
	color: #001F46;
	text-decoration: underline overline;
}
a:active {
	color: #193558;
}
/* ----- lists ----- */
li {
	font-size: 72%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}
ul {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 30px;
	font-size: 100%;
}
ul ul {
}
ul ul ul {
}
/*-------------Headings*/
h1 {
	font-size: 96%;
}
h2 {
	font-size: 86%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
	font-weight: normal;
}
h5 {
	font-size: 96%;
}
/* ----- Classes ----- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.column {
	float: left;
	width: 218px;
	margin-right: 10px;
	margin-left: 10px;
}
.hide {
	display:none;
}
.show {
	display:block;

}
/* ----- FORMS ----- */

form {
}
fieldset {
}
legend {
}
label {
}
input {
}
textarea {
}
input, textarea {
}
select {
}
optgroup {
}
option {
}
/* ----- TABLES ----- */

table {
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
tr .alt {
}
th {
}
td {
}
#page_title {
	float: left;
	height: 288px;
	width: 457px;
}
#page_title p {
	margin-left: 130px;
	margin-top: 2px;
	font-size: 60%;
	margin-right: 30px;
	color: #FFFFFF;
}
.reference {
	font-size: 70%;
	font-style: italic;
	text-align: right;
}
/* Indestrucible box */

.container {
	float: left;
	margin: 20px 0;
	padding: 0;
	color: #FFFFFF;
	background: #610002 no-repeat right top;
  } 
.desc {
  margin: 0;
  padding: 9px 9px 0 9px;
  background: url(img/rounded-left.gif) top left no-repeat;
  }
.container a:link {
	color: #ffffff;
	font-weight: bold;
}
.container a:visited {
	font-weight: bold;
	color: #ffffff;
}
.container a:hover {
	font-weight: bold;
	color: #610002;
	text-decoration: underline overline;
	background: #ffffff;
}
.container a:active {
	color: #ffffff;}
.vsmall {
	font-size: 66%;
}
.question {
	font-size: 76%;
	font-weight: bold;
}
