/******************** Global ********************/
body{
	padding: 0;
	background: #D0943C;
	color: #FFFFFF;
	font: 85% arial,verdana,helvetica,sans-serif; //times, times new roman, serif; 
	text-align: center; //IE fix to center table
}
a{
	color: #FFFFFF;
	font-size: 85%;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #964093;  //#517494; 
	text-decoration: none;
}

a.OtherWorks{
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
}
a.OtherWorks:hover{
	color: #964093;  //#517494; 
	text-decoration: none;
}

h1{
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	color: #964093;  //#517494; 
}

h2{
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	color: #964093;  //#517494;
}


img{
	border: 0;
}

table{
	margin-left: auto;
	margin-right: auto;
}
	

td{
	vertical-align: top
}

/***************** End Global *****************/

/*************** Miscellaneous ***************/

p.Bold{
	font-weight: bold;
}

#TableHead{
	text-align: center;
}

#TableMargin6{
	margin: 6px;
}

#TableCenterText{
	text-align: center;
}

#TableSubHead{
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #964093;
}

#TableRightText{
	text-align: right;
}

#ContactCopy{
	margin-left: 6px;
}


#BodyCopy{
	text-align: left;
}

#AltCopyright{
	color: 000000;
	font-size: 70%;
	text-align: right; 
	vertical-align: bottom;
}

#Copyright{
	font-size: 70%;
	text-align: right; 
	vertical-align: bottom;
}

#InfoCopy{
	font-size: 12px;
	text-align: justify;
	color: #471201;
	margin-right: 10px;
	margin-top: 6px;
	margin-left: 6px;
}

#BannerTitle{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF; 
}

#Title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #D0943C;
	background-color: #FFFFFF; 
}

#InfoSubmit{
	font-size: 11px;
	font-weight: bold;
	color: #FFFF8C;
	background-color: #471201;
}

#InfoField{
	font-size: 12px;
	color: #471201;
}

#Error{
	color: red; 
	line-height: 25%;
}

#OtherWorks{
	line-height: 200%;
}


/*********** End Miscellaneous************/

/******************* Tables *******************/

#AltTable{
	background-image: url(../img/FloralBliss2.jpg);
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

#AltInlineTable{
	background-color: #D0943C;
	text-align: center;
	color: 000000;
}

#ContactTable{
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	font-size: 12px;
	text-align: left;
	color: #471201;
	border: 0px;
}

#ContactTable a{
	color: #FFFFFF
}

#IndexTable{
	color: #964093;  //#517494;
}

#InlineTable{
	border: 0px;
	text-align: left;
}



/***************** End Tables *****************/

