
.headline
{
	color : #000080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : italic;
	font-variant : normal;
	font-weight : bolder;
	height : auto;
	padding-left : 4px;
}

.headline_two
{
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : italic;
	font-variant : normal;
	font-weight : bolder;
	height : auto;
	padding-left : 4px;
}

.copy
{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	padding-left : 4px;
	padding-right : 4px;
}

.copytwo
{
	color : #ff0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	text-align : center;
}

.scrol
{
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
}

.copyrite
{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
}

.buttonscontainer 
{
width: 100%;
}

.buttons a 
{
color: #000080;
background-color: #ffffff;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #ffffff;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: underline;
text-align: center
}

.buttons a:hover 
{
background-color: #ffffff;
color: #0033ff;
text-decoration: underline;
}

.line
{border-bottom-color: #000080;  border-bottom-style: solid;  border-bottom-width: 1px;}


.border_outline
{
	border-left : 1px solid #000080;
	border-right: 1px solid #000080;
}

.border_outline_one
{
	border-left : 1px solid #000080;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
}

.border_outline_two
{
	border-left : 1px solid #000080;
	border-right: 1px solid #000080;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;
}