/* Roush CSS Document */

html
{
	height: 100%;
	overflow: auto;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	height: 100%;
	
	/* Default font style */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#roushFlash
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

.linkBlue
{
	color: #00619b;
}

a.linkBlue
{
	color: #00619b;
	text-decoration: none;
}



.txt_Regular {
	font-family: Arial;
	font-size: 11px;
}

.txt_RegularItalic {
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
}

.txt_Title1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.txt_Title2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}