@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	padding:0;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #656565;
	line-height: 1.4em;
	font-size:0.7em;
	background-color:#CCCCCC;

}

img {padding:0; border:0;}				

hr{border:0; color:#336699; background-color:#336699; height:1px;}

/******* hyperlink and anchor tag styles

a:link{color:#FFFFFF}
a:visited{color:#FFFFFF}
a:hover{color:#FFFFFF}
a:active{color:#FFFFFF}
 *******/
/************** header tag styles **************/

h1{	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1.5em; padding:5px 0 10px 0; margin:0; color:#336699; font-weight:normal;}
h2{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1.3em; padding:0 0 0px 0; margin:0; color:#336699; font-weight:normal;}
h2 a:link{color:#336699; text-decoration:none;}
h2 a:visited{color:#336699; text-decoration:none;}
h2 a:hover{color:#336699; text-decoration:underline;}
h2 a:active{color:#336699; text-decoration:none;}

h3{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1.1em; padding:5px 0 0px 0; margin:0; color:#336699; font-weight:normal;}
h4{	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1.0em; padding:5px 0 5px 0; margin:0;}

p {padding:0px; margin:5px 0 10px 0;

/********* form and related tag styles *********/




label,input,.formSummaryQuestion,.formSummaryAnswer {
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;

}

label,.formSummaryQuestion {
	text-align: left;
	/* can be text-align: right;*/
	width: 75px;
	padding-right: 3px;
	font-weight:bold;
}


br {
	clear: left;
}



.formError{
	background-color: #FFF0CC;
}

a:link{color:#797979; text-decoration:none; font-weight:bold;}
a:visited{color:#797979; text-decoration:none; font-weight:bold;}
a:hover{color:#797979; text-decoration:underline; font-weight:bold;}
a:active{color:#797979; text-decoration:none; font-weight:bold;}

strong { font-style:normal; font-weight:bold; font-size:1em;}
em { font-style: italic; font-weight:normal; font-size:1em;}

.shopTable table {}
caption { font-weight:bold; color:#797979;}

.generalButton { padding-left:15px; font-size:1.2em; background-color:#476188; border:3px double #94A6C5; color:#FFFFFF; background-image:url(../img/iconButton.gif); background-position: 1px 50%; background-repeat: no-repeat; text-align:left;}

.table { border-top:1px solid #CCCCCC; border-left:1px solid #CCCCCC; background-color:#FF0000;}
.td { border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.th { border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
caption { background-color:#0000CC; border:1px solid red;}
caption a:link{color:#FFFFFF; text-decoration:none; font-weight:bold;}
caption a:visited{color:#FFFFFF; text-decoration:none; font-weight:bold;}
caption a:hover{color:#FFFFFF; text-decoration:underline; font-weight:bold;}
caption a:active{color:#FFFFFF; text-decoration:none; font-weight:bold;}