/* --
* Title: Master Styles
* Updated: Feb 11,  2007 V. 1.0
--*/

/* =Global
------------------------------------------------------------------*/

html, body, form, fieldset, table, p, pre, blockquote, ul, ol, dl, address {margin:0; padding:0;}
body {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background: #FFF;
}
ul,li {list-style-type:none;}
ol,li {list-style-type:none;}
hr {clear:both; visibility:hidden; height:1px;}
a {outline: none;}
a img {border: none; outline:none; vertical-align: middle;}

/* links  */

a:link {
	color: #13365F;
	text-decoration: underline;
}
a:visited {
	color: #BD9229;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}

/*  common elements  */

p, label {
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
em {font-style: italic;}
strong {font-weight: bold;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 10px;}
.fltlft { /* this class can be used to float an element left in your page */
	float: left; margin-right: 10px;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



