





/*
	Forms
	===========================================================================
*/
/* Buttons */
input[type='button'], input[type='submit'], input[type='reset']
{
	border: 1px solid #808080;
		padding: 3px;
	font-weight: normal;
	width: auto;
	height: 27px;

}

input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover
{
	border: solid 1px #808080;
	color:  #304d81;
		padding: 3px;
}

input[type='button']:active, input[type='submit']:active, input[type='reset']:active
{
	border: solid 1px #808080;
	color:  #304d81;
		padding: 3px;
}

input[type='button'].Inline, input[type='submit'].Inline, input[type='reset'].Inline
{
	width: auto;
	border: solid 1px #808080;

	font-weight: normal;
	font-size: 12px;	
	padding: 3px;
}


input[type='button'].High, input[type='submit'].High, input[type='reset'].High
{
	border: solid 1px #808080;

	font-weight: bold;
		padding: 3px;
	color:  #000000;
}

input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover
{
	border: 1px solid #FFFFFF;
	color: #000000;
	background-color: #808080;
	padding: 3px;
}

input[type='button']:active, input[type='submit']:active, input[type='reset']:active
{
	border: solid 1px #808080;
	color:  #304d81;
	padding: 3px;
}









body, TABLE, TD, TR, TBODY
{
	font-size: 13px;
	color: #454b52;
	font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
}
.Normal
{
	margin: auto;
	font-size: 13px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
}
.NormalVerde
{
	font-size: 13px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	color: #009900;
}
.NormalBold
{
	font-size: 13px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

body{ border: none; margin: 0; }

a, a:visited
{
	color: #6D7DA1;
}

a:hover
{ 
	color: #0099FF;
	text-decoration:none;
 }


li
{
	margin-bottom: 5px;
}

h4 + ol, h4 + ul
{
	margin-top: 0px;
}

UL
{
	list-style-image: url('/images/bullet.gif');
	}

UL.High
{
	color: #304d81;
}

UL.Small
{
	list-style-image: url(/images/minibullet.gif);
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position:inside;
	
}

UL.Small UL.Small
{
	margin-left: 15px;
}


UL.Small LI
{
	margin-left: 0px;
}

div.High, div.High p, p.High, span.High
{
	color: #304d81;
}
.HighHigh
{
	color: #304d81;
	font-weight: bold;
}

p
{
	margin-bottom: 5px;
}

.NormalSmall
{
	margin: auto;
	font-size: 10px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
}

/* Shopping Cart Addendum */

.SCItemDepends
{
	font-size: 11px;
	margin-left: 20px;
}

.SCItemDepends td, .SCItemDepends p
{
	font-size: 11px;
}

.PrintOnly
{
	display: none;
}

#PrintFooter
{
	color: #b2b2b2;
}



/*
	Print Overrides
	===========================================================================
*/

@media Print 
{
	.NoPrint { DISPLAY: none } 
	.PrintOnly{ display: block; }
	#PrintFooter
	{
		padding: 50px 20px 20px;
	}
	

}
@page{ margin: 1in; }
