/*
Light Blue #7498B3
Dark Blue #1C2F62
Light Grey # #F2F2F2
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#1C2F62;
	background-color:#F2F2F2;
	/*background-image:url(images_site/background.jpg); background-repeat:repeat-x;*/
}
table{font-size:12px;}

table#smCalc{
	width:230px;
	text-align:left;
	background-color:#F2F2F2;
	font-size:10px;
	line-height:12px;}



a{color:#1C2F62; text-decoration:none; font-weight:bold;}
a:hover{color:#CFBDA5;}

.td_header{background-color:#1C2F62; color:#F2F2F2;}

/***********************************************/
/*       form stuff                            */
/***********************************************/

input{font-size:10px;}