/*These are relative values.  If the default page text is 90% then text within the table tag will be 90% of 90%. (for example)*/

/*Begin General Formating Attributes*/
BODY  {
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	bgcolor : #ffffff;
	/*background : images/bg.jpg;*/
	bgproperties : fixed;
	font-variant : normal;
	/*For those nifty colored scroll bars!*/
	scrollbar-face-color : #3333ff;
	scrollbar-shadow-color : #6e6e6e;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-darkshadow-color : #eaeaea;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
}

H1  {
	font-size : 130%;
	font-family : Arial, Helvetica, sans-serif;
	font-weight :bold;
	font-style : normal;
	color : #000000;
	text-align : center;
	text-transform : capitalize;
}

H2  {
	font-size : 120%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : center;
	color : #000000;
}

H3  {
	font-size : 110%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

A  {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : #0000ff;
}

A:Visited  {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #cc00ff;
}

A:Active  {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #ff3300;
}

A:Hover  {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #ff9900;
}

P.indent	{
	text-indent : 10px;
}

.columns	{
	font-size : 75%;
	text-align : justify;
	text-justify : newspaper;
}

.address	{
	font-size : 75%;
	text-align : left;
}

.center	{
	text-align : center;
}

.frame	{
	border-style : solid;
	border-width : 1px;
	border-color : #000000;
	color : #000000;
}

#small {
	font-family : serif;
	font-style : normal;
	color : #000000;
}
.bold_normal {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
}

.right_align_normal {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	text-align : right
	color : #000000;
}

#copyright  {
	font-size : 75%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : center;
	color : #000000;
	background-color : #FFFFFF;
}

#gwd_plug  {
	font-size : 60%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : center;	
	color : #000000;
	background-color : #FFFFFF;
}

A.inline_jump  { /*For links to anchors on the same page*/
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : #000000;
}

.gutter	{
	padding : 8px;
}

/*End General Formating Attributes*/

/*Begin Text Navigation Attributes*/
	
.menu_links A  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #0000ff;
}

.menu_links A:Visited  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #0000ff;
}

.menu_links A:Active  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #0000ff;
}

.menu_links A:Hover  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : #FFFFFF;
	background-color : #3333ff;
}

.menu_links 	{
	font-size : 70%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}

/*End Text Navigation Attributes*/
/*Form Validation*/
.default
{
    font-size: 100%;
}
.defaultErr
{
    font-size: 100%;
    color: #FF0000;
}
.defaultErr2
{
    font-size: 70%;
    color: #FF0000;
}