/* CSS Document */
body{
	margin:0px;
  	padding: 0;
	background-color:#ffffff;
	background-image:url('gfx/synchra-background.gif');
}

/*------------------ General Text + Colors ------------------*/


h1 

{ font:30px georgia,serif;  line-height: 1.5em; weight: bold; margin:0 0; color: #e64615;}


h2 

{ font:24px georgia,serif; margin:0 0; color: #777;}

h6 

{ font:18px georgia,serif; line-height: 1.6em; margin:0 0; color: #e64615;}


h3 {color:#777; padding:0px 0px 5px 0px; font-size:16px;  line-height: 1.5em; font-weight:bold; margin:6px 0px 0px 0px; }

h4 {color:#143d8d; padding:0px 0px 0px 0px; font-size:13px; font-weight:bold; margin:0px 0px 0px 15px; }

p {text-align:left; font-size:14px; line-height: 1.6em;}

ol {font-size:13px; 
	line-height:1.4;
	}

ul {font-size:14px; 
	list-style-type: square; 	
	line-height:1.8;
	}

TABLE, TR, THEAD, TFOOT, TH, TD{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
    font-size:14px;
	line-height:1.8;
	color: #777;
}

a {text-decoration:none; color:#143d8d; font-weight: bold; } 
a:visited {color:#899ec6;}
a:hover {text-decoration:none; color:#899ec6; font-weight: bold;}

#nav { background-color:#cccccc; font-size:13px; font-weight:bold; height: 24px; margin:0px 0px 0px 0px; padding:4px 0px 0px 0px; }

#footer {height:30px; margin-top: 10px;  margin-top: 0px; border-top: 1.1px; margin-left: 20px;}



/* Extra tags */

hr {border: none 0; 
border-top: 1px dashed #888888;
width: 100%;
height: 1px;
margin-top: -8px; margin-bottom: 5px; margin-left: 0px;
}
