/* -------------------------------- HTML SELECTORS  -------------------------------- */

body {
	font: 11px/1.7em Verdana, Arial, Helvetica, sans-serif;
	margin: 15px;
	padding: 0px;
	text-align: center;
	color: #333333;
}
h1 {
	color: #333333;
	font: bold small-caps 16px Arial, Helvetica, sans-serif;
	letter-spacing: 0.5em;
	margin-top: 10px;
	border-bottom: 1px solid #999999;
	width: 50%;
	margin-bottom: 30px;
}
h2 {
	color: #333333;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	margin-bottom: 0;
	margin-top: 30px;
}
h3 {
	color: #333333;
	font: bold 20px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}

small {
	font-size: 10px;
}

/* -------------------------------- CLASSES  -------------------------------- */

.ContainerPage {
	width: 760px;
	margin:0px auto;
	text-align: left;
	background: #FFFFCC;
	padding: 3px;
}
.ContainerContent {
	padding: 20px;
}
.ContainerNav {
	background: url("../../media/images/bg_nav.jpg");
	height: 24px;
	width: 760px;
	text-align: right;
	letter-spacing: 1px;
	margin-bottom: -1px;
	padding-top: 1px;
	font-size: 10px;
}
.ImageLink {
	background: url("../../media/images/link_pointer.gif") no-repeat;
	padding-left: 10px;
	color: #1D4583;
}
.documents {
	border-top: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
.documents td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 10px;
}
.LoginBox {
	height: 130px;
	width: 200px;
	border: thin solid #225197;
	display: block;
	background: #A9C7FE;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
.ContactFormBox {
	width: 475px;
	border: thin solid #225197;
	background: #C5DAFE;
	display: block;
	padding: 10px;
}
.ContainerFooter {
	background: url("../../media/images/bg_nav.jpg");
	height: 20px;
	width: 760px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 10px;
}

/* --------------------------------  PSEUDO CLASSES  -------------------------------- */

.ContainerNav a:link {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.ContainerNav a:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.ImageLink a:link {
	color: #1D4583;
	text-decoration: underline;
	font-size: 11px;
}
.ImageLink a:visited {
	color: #1D4583;
	text-decoration: underline;
	font-size: 11px;
}
.ContainerContent a:hover {
	text-decoration: none;
}
.ContainerContent a:link {
	color: #1D4583;
	text-decoration: underline;
}
.ContainerContent a:visited {
	color: #1D4583;
	text-decoration: underline;
}
.documents a:link {
	color: #1D4583;
	text-decoration: underline;
}
.documents a:visited {
	color: #1D4583;
	text-decoration: underline;
}
.ContainerFooter a:link {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.ContainerFooter a:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}