/* Imports
----------------------------------------*/
@import url("reset.css");

/* Elements
----------------------------------------*/
body, p, td, th, li, a {
	font-family: "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:.825em;
	color: #4fff;
}

p {
	margin: 15px 0 0 0;
}

/*--- Link Styles ---*/
a {
	text-decoration:none;
	color:#000;
}
a:hover, a:active {
	text-decoration:none;
	color:#aaa;
}
h1 {
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2 {
	margin:.825em 0 .5em 0;
	font-size:.825em;
	color:#004362;
	font-weight:bold;


}

h3 {
	margin:.825em 0 .5em 0;
	font-size:1.5em;
	font-weight:bold;
}

h4 {
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5 {
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6 {
	margin:.825em 0 .5em 0;
	font-size:1em;
}

li {
	color:#004362;
	line-height:17px;
	list-style:outside;
	margin: 0 0 0 15px;

}
li span {
	color: #494949;
}

ul {
	margin-left:15px;
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.hide		{display:none;}

