
/* Imported Styles */
@import url("CUSTOM.css");
@import url("Events.css");
@import url("AutoSearch.css");
@import url("NormalSearch.css");
@import url("displays.css");
@import url("Orders.css");
@import url("AccountManagement.css");
@import url("Billing.css");
@import url("Communities.css");
@import url("core/cart/Checkout.css");
@import url("main.css");


.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}





hr
{
	size: 1px; /* not in all browsers */
	width: 720px;
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}

.redText {
	font-size: 10px;
	color: #CC0000;
}
.redText2 {
	font-size: 10px;
	color: #CC0000;
}


#bodyTable{
	width:100%;
	margin: 0 auto;
}

.bodyContent
{
	float:right;
	width:620px;
}
#bodyContent
{
	float:right;
	width:620px;
}

.bodyContent2
{
	float:left;
	width:620px;
}
#bodyContent2
{
	float:left;
	width:620px;
}
.bodyContent3
{
	POSITION: relative;
	TOP: -10px;
	width:300px;
}
#bodyContent3
{
	POSITION: relative;
	TOP: -17px;
	width:618px;
	color: #000000;
}
/* standard tables */
table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tableHeader
{
	background-color: #cde1f7;
	padding: 2px;
	border: 1px solid #000;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: #fff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #dde0ee;
}
/* forms */
.formField
{
	vertical-align: top;
	white-space: nowrap;
}

.formFieldRequired /* for color changes */
{
	/*color:#990000;*/
	font-weight:bold;
}

.iMIS {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.AnchorHead {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.Head1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}

.SubHead1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}
.SubHead2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.SubHead3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	padding-bottom: 5px;
}
.blueText {
	font-size: 14px;
	color: #003399;
}
.blueText2 {
	font-size: 10px;
	color: #003399;
}

