/*
// eTecc Communications Framework
// Version 1.0
// Copyright 2007 eTecc Communications All Rights Reserved
// Last Updated: January 23, 2007
// Created On: January 23, 2007 
*/

body,td, th
{
	font-family: Verdana;
	font-size:9pt;
	color:#ffffff;
}
input, textarea, select
{
	font-family: Verdana;
	font-size:9pt;
	color:#000000;
}

	.title
	{
		color:#ffff00;
		font-weight:bold;
	}

html {

}

body {
	margin:0;
	border:0;
	/* background-color:#000000; */
	
	background-image:url('../images/USAP_BKG.jpg');	
}
	
	.required
	{
		font-weight:bold;
	}

	.mainTable
	{
		border:solid 10px #000000;
	}


	a:active, a:link, a:visited
	{
		color:#ffcc00;
		text-decoration:underline;
	}
	a:hover
	{
		text-decoration:none;
	}


	.content
	{
		background-image:url('../images/bg.jpg');	
		background-repeat:no-repeat;
	}

	.byLine
	{
		padding-left:10px;
		background-image:url('../images/bgBottom.jpg');
		COLOR:#acacac;
		font-size:8pt;
	}
	
	.byLine a,
	.byLine a:link,
	.byLine a:visited,
	.byLine a:active
	{
		COLOR:#acacac;
		font-size:8pt;
		text-decoration:none;
	}
	
	.byLine a:hover
	{
		text-decoration:underline;
	}
	.login
	{
		background-image:url('../images/login.gif');
		background-repeat:no-repeat;
	}
	.loginText
	{
		font-size:8pt;
		font-style:italic;
	}
	.loginText2
	{
		font-size:7pt;
		font-style:italic;
	}
