/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
html {
height:100%;
background-color: #083a96;
}

h1 {
	
	font-size:100%;  
}
h2 {
	
	font-size:100%; 
}
h3 {
	
	font-size:100%;  
}
/*
h1,h2,h3 {
	
	margin:0em 0;
}*/
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:0em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

img {
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}
p{
margin-top:1em;
margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

/*Terms Page*/

.list_ul {
	list-style : circle;
	padding-bottom: 5px;
}
.list_ol {
	list-style : decimal;
	padding-bottom: 5px;
}
.list_rn {
	list-style : lower-roman;
	padding-bottom: 5px;
	
}
.list_smalpha {
	list-style : lower-alpha;
	padding-bottom: 5px;
	
}
