/***************************************************
GLOBAL TEXT ELEMENTS
***************************************************/

body {
	margin: 20px 20px 20px 35px;
	padding: 0px 0px 0px 0px;
	}

a {
	color: #009; 
	text-decoration: none; 
	}

a:link { 
	color: #009; 
	text-decoration: none; 
	}
a:visited { 
	color: #900;
	text-decoration: none;
	}
a:hover { 
	color: #666; 
	text-decoration: underline; 
	}

a.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #000; 
	font-weight: bold; 
	text-decoration: underline; 
	}
a.nav:link { 
	color: #009;
	text-decoration: underline;  
	}
a.nav:visited { 
	color: #009;
	text-decoration: underline;  
	}
a.nav:hover { 
	color: #003; 
	text-decoration: underline; 
	}

/***************************************************
HEADING TEXT ELEMENTS
***************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	color: #000; 
	padding-bottom:3px;}

h2 {
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
	color: #000; }


h3 {
	font-size: 13px;
	font-weight: bold;
	line-height:16px;
	color: #000; }

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height:16px;
	color: #000; }

h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000; }

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #000; }


/***************************************************
PARAGRAPH TEXT ELEMENTS
***************************************************/

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:20px;
	color: #000; }

div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:18px;
	color: #000; }


/***************************************************
MISCELLANEOUS
***************************************************/

ul {
	list-style: disc;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 20px 15px;
}

ul.ordered {
	list-style: decimal;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 20px 15px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#000; 
	}

.pinlineBox {
	border: 1px; 
	color: #999; 
	border-style: solid; 
	padding: 10px 10px 10px 10px; }

.pinlineBox2 {
	border: 1px;
	color: #999;
	border-style: solid;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 150px;
	border-color : #CCC;
}


/***************************************************
FORM ELEMENTS
***************************************************/

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000; }

form { display: inline; }


/***************************************************
CUSTOM STYLES
***************************************************/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #999; 
	text-decoration: none; }
	
#col1{margin:0; padding:0; float:left; margin-right:12px; text-align:left;}
#col1 p{font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:000;}
#col2{margin:0; padding:0; float:left; text-align:left;}
#col2 p{font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:000;}
#clear{margin:0; padding:0; clear:both;}

#smtext{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000;
line-height: 10px;
padding-left:12px;
display:block; }