/* Stylesheet: DEFAULT */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/* An Alternative */
/*
* {
	margin: 0;
	padding: 0;
	border: 0;
}
*/


p,ul,li,td,th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: #FF0000;
	text-align: justify;
	color: #000000;
}

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: #FF0000;
	margin-left: 0px;
	color: #000000;
}

input, textarea, select {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
}


.outermost_container {
   /* Containing Box properties */
   height: 100%;
   width: 100%;

   /* Border Styles */
   border-color: #FFFFFF;
   border-style: solid;
   border-width: 0px;

}


.title {

   color: #A0A0A0;

   /* Containing Box properties */
   height: 50px;
   width: 100%;

   /* Background */
   background-color: #CDEFAB;
   background-position: top left;
   background-attachment: fixed;
   background-repeat: no-repeat;

   /* Font Styles */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 20pt;

   /* Text Styles */
   text-align: center;
   vertical-align: middle;

   margin-left: 0px;

   /* Border Styles */
   border-color: #0000FF;
   border-style: solid;
   border-width: 2px;
}

.links {

   color: #000000;

   /* Containing Box properties */
   width: 100%;

   /* Background */
   background-color: #FFFFFF;

   /* Font Styles */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8.5pt;

   /* Text Styles */
   text-align: center;
   vertical-align: middle;

   margin-left: 0px;

   /* Border Styles */
   border-color: #000000;
   border-style: solid;
   border-width: 2px;

}


.footer {
   color: #A0A0A0;

   /* Containing Box properties */
   position: absolute;
   height: 50px;
   width: 80%;
   left: 10%;

   /* Background */
   background-color: #E9E9E9;

   /* Font Styles */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8.5pt;

   /* Text Styles */
   text-align: center;
   vertical-align: middle;

   margin-left: 0px;

   /* Border Styles */
   border-color: #000000;
   border-style: solid;
   border-width: 2px;
}


