/* Font Styles  */

div.pagetitle {
     color: #000080; 
	background-color: transparent;
     text-align: center;
     text-transform: uppercase; 
     text-decoration: none;
     text-indent: 0ex; 
     font-size: 20px; 
     font-family: arial, sans-serif; 
     font-weight: bold; 
     font-style: normal;
     font-variant: normal;
     letter-spacing: normal;
     word-spacing: normal;
     line-height: 22px;
	margin: 40px 0 20px 0;
}
div.altpagetitle {
     color: #000080; 
	background-color: transparent;
     text-align: center;
     text-transform: uppercase; 
     text-decoration: none;
     text-indent: 0ex; 
     font-size: 20px; 
     font-family: arial, sans-serif; 
     font-weight: bold; 
     font-style: normal;
     font-variant: normal;
     letter-spacing: normal;
     word-spacing: normal;
     line-height: 22px;
	margin: 40px 0 0 0;
}
div.picturetitle {
     color: #cc0000; 
	background-color: transparent;
     text-align: center;
     text-transform: uppercase; 
     text-decoration: none;
     text-indent: 0ex; 
     font-size: 15px; 
     font-family: arial, sans-serif; 
     font-weight: bold; 
     font-style: normal;
     font-variant: normal;
     letter-spacing: normal;
     word-spacing: normal;
     line-height: 17px;
	margin: 0 0 0 0;
}
div.picturesubtitle {
     color: #000080; 
	background-color: transparent;
     text-align: center;
     text-transform: propercase; 
     text-decoration: none;
     text-indent: 0ex; 
     font-size: 12px; 
     font-family: arial, sans-serif; 
     font-weight: bold; 
     font-style: normal;
     font-variant: normal;
     letter-spacing: normal;
     word-spacing: normal;
     line-height: 15px;
	margin: 0 0 20px 0;
}
div.title {
     color: #006bc6; 
	background-color: transparent;
     text-align: left;
     text-transform: uppercase; 
     text-decoration: none;
     text-indent: 0ex; 
     font-size: 12px; 
     font-family: arial, sans-serif; 
     font-weight: bold; 
     font-style: normal;
     font-variant: normal;
     letter-spacing: normal;
     word-spacing: normal;
     line-height: 14px;
	margin: 0 0 0 0;
}
div.footer {
     color: #000080; 
	background-color: transparent;
     text-align: center;
     text-transform: uppercase; 
     text-decoration: none;
     text-indent: 0ex; 
     font-size: 10px; 
     font-family: arial, sans-serif; 
     font-weight: bold; 
     font-style: normal;
     font-variant: normal;
     letter-spacing: normal;
     word-spacing: normal;
     line-height: 14px;
	margin: 0 0 0 0;
}
div.question {
     color: #006bc6; 
	background-color: transparent;
     text-align: left;
     text-transform: uppercase; 
     text-decoration: none;
     text-indent: 0ex; 
     font-size: 12px; 
     font-family: arial, sans-serif; 
     font-weight: bold; 
     font-style: normal;
     font-variant: normal;
     letter-spacing: normal;
     word-spacing: normal;
     line-height: 14px;
	margin: 0 0 0 0;
}
div.answer {
     color: #000000; 
	background-color: transparent;
     text-align: left;
     text-transform: normal; 
     text-decoration: none;
     text-indent: 0ex; 
     font-size: 12px; 
     font-family: arial, sans-serif; 
     font-weight: normal; 
     font-style: normal;
     font-variant: normal;
     letter-spacing: normal;
     word-spacing: normal;
     line-height: 14px;
	margin: 0 0 0 0;
}
div.textj {
     color: #000000; 
	background-color: transparent;
     text-align: justify;
     text-transform: none; 
     text-decoration: none;
     text-indent: 0ex; 
     font-size: 12px; 
     font-family: arial, sans-serif; 
     font-weight: normal; 
     font-style: normal;
     font-variant: normal;
     letter-spacing: normal;
     word-spacing: normal;
     line-height: 15px;
	margin: 0 25px 0 25px;
}



/* Table Styles  */


table.withborder {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-collapse: collapse;
     border-color: #000000;
}

table.borderless {
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
}
td.borderless {
	padding: 0;
	vertical-align: top;
	text-align: left;
}
td.withborder {
	border-width: 2px;
	border-spacing: 0;
	border-style: solid;
	border-collapse: collapse;
}

td.bottom_left {
	padding: 0;
	vertical-align: bottom;
	text-align: left;
	background-color: transparent;
}
td.top_left {
	padding: 0;
	vertical-align: top;
	text-align: left;
	background-color: transparent;
}
td.middle_left {
	padding: 0;
	vertical-align: middle;
	text-align: left;
	background-color: transparent;
}
td.middle_right {
	padding: 0;
	vertical-align: middle;
	text-align: right;
	background-color: transparent;
}
td.top_right {
	padding: 0;
	vertical-align: top;
	text-align: right;
	background-color: transparent;
}
td.top_center {
	padding: 0;
	vertical-align: top;
	text-align: center;
	background-color: transparent;
}
td.middle_center {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
}



/* Position Styles  */

div.body {
     width: 700px;
	height: 100%;
     margin: 0 0 0 0;
     border-width: 5px;
     border-spacing: 0;
     border-style: solid;
     border-collapse: collapse;
     border-color: #ffffff;
	background-image: url(graphics/paper.gif);
	color: #000000;
}
div.header {
     width: 700px;
     height: 126px; 
	background-image: url(graphics/header.gif);
     margin: 0 0 0 0;
}
div.navigator {
     width: 530px; 
     height: 20px; 
     margin: 0 0 0 85px; 
     float: left; 
     text-align: left;
}

hr {
     border-top: 1px solid #666666;
     margin: 10px 0 0 0;
     width: 90%;
     height: 1px;
} 

/* Link Styles  */

a:link {
     color: #cc0000;
	background-color: transparent;
     font-size: 12px;
     font-family: arial, sans-serif; 
     text-align: left; 
     font-weight: normal; 
     text-transform: none; 
     font-style: normal;
     font-variant: normal;
     line-height: 12px;
     word-spacing: normal;
     letter-spacing: 0ex;
     text-decoration: none;
     text-indent: 0ex;
}
a:visited {
     color: #cc0000;
	background-color: transparent;
     font-size: 12px;
     font-family: arial, sans-serif; 
     text-align: left; 
     font-weight: normal; 
     text-transform: none; 
     font-style: normal;
     font-variant: normal;
     line-height: 12px;
     word-spacing: normal;
     letter-spacing: 0ex;
     text-decoration: none;
     text-indent: 0ex;
}
a:active {
     color: #cc0000;
	background-color: transparent;
     font-size: 12px;
     font-family: arial, sans-serif; 
     text-align: left; 
     font-weight: normal; 
     text-transform: none; 
     font-style: normal;
     font-variant: normal;
     line-height: 12px;
     word-spacing: normal;
     letter-spacing: 0ex;
     text-decoration: none;
     text-indent: 0ex;
}
a:hover {
     color: #ff0000;
	 background-color: transparent;
     font-size: 12px; 
     font-family: arial, sans-serif; 
     text-align: left; 
     font-weight: normal; 
     text-transform: none; 
     font-style: normal;
     font-variant: normal;
     line-height: 12px;
     word-spacing: normal;
     letter-spacing: 0ex;
     text-decoration: none;
     text-indent: 0ex;
}
