/*

Author: Abigail Spankie

*/

/*
MAIN BODY STYES

*/


BODY 
{

   background: #CEB560 url('/images/bg_fade.jpg') repeat-x  top center scroll; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #A18168;
   font-size: 10pt;

}

INPUT
{
	width: 80;
	height: 18;
	color: #000000;
	border: #FFFFFF;
	font-size: 9pt;
}

SELECT
{

	color: #000000;
	border: #FFFFFF;
	font-size: 9pt;

}

H1 {
   	color: #A18168;
}

H2 {
  	color: #A18168;
}

H3 {
  	color: #A18168;
}
H4 {
  	color: #A18168;
  	font-size:11pt;

}

A {
	color: #57C1BE;
	font-weight: bold;
}


HR { 

	color: #57C1BE;
	height: 2px;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}

#breadcrumb {
	font-size: 9pt;
	font-weight: normal;
	padding-bottom:20px;
}

#breadcrumb a {
	color: #57C1BE;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
}

.bigBlue {
	color: #60BFA4;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 22pt;
}

.bigBlue a:hover {
	color: #60BFA4;

}



.table {
	 background: #FFFFFF;
	 border-width: 0 15px 0 14px;
	 border-color: #FFFFFF;
	 border-style: solid;
	 margin: 0;
	 padding: 30px 0 0 0;
	 font-size: 10pt;
}


.intertior_table {
	 background: #FFFFFF;
	 margin: 0;
	 font-size: 10pt;
}


.intertior_table_small {
	 font-size: 10pt;
	 line-height:20px;
}


#label {
	font-weight: bold;
}

#bigboxBottom {
   background: transparent url('/images/see_sue_sew_footer.jpg') no-repeat  top center scroll; 
   width:725px;
   height:208px;
}


