/* CSS styles for screen display  		*/

body,td,th {
	background-color: #FFFFFF;	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
td {
	text-align: left;
}
h1 {
 	color: #003366;
	text-align: center;
}
h3 {
	color:#036;
	text-align:left;
}
p {
	text-align: left;
}

body {
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image:url(images/Side-Logo.gif);
}

pre {
	margin: 0em 2em;
	font-family: monospace;
}

div.exampleInner  {
	margin: 0em 1em;
	padding: 10px;
	line-height: 1.0;
	font-family: monospace;
	text-align: left;
	border:double;
	background-color:#E0E0E0;
}
.cpyRt {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

/* Link styles                    		*/
a {color: #003366;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {
	text-decoration: none;
	color: #336699;
	}
a:active {
	text-decoration: underline;
}

/* Center the text on the screen			 */
.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/* Font styles									 */
.subheading {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #003366;
}
.footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 3px solid #003366;
	margin-top: 30px;
	font-weight: bold;
}
.next {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-top: 30px;
	font-weight: bold;
}
.v14B {
	font-weight: bold;
}
.red_font {
	color: #FF0000;
	font-weight: bold;
}

li {
	text-align: left;
	line-height: 1.4;
}
	
.v12greenBlueBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003366;
	font-weight: bold;
	color: #FFFFFF;
}

.cntr { text-align:center; }
#crumbs {
	margin-bottom:30px;
	margin-top: 20px;
	font-size:10px;
}
#crumbs ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
#crumbEnd {
	color:#000;
	font-weight:bold;
}
#crumbs img {
	vertical-align:text-bottom;
}
.box {
	padding: 10px 20px;
	background-color:#efefef;
	border:thin black solid;
	margin-top: 30px;
}
.box pre { font-size: 110%; }
