/*-----------------------------------------------------------------------------
Web Site:			Capstone Parthners

CteatedDate:		00.00.2008
Autor:				

LastChangedDate:	05.05.2009
LastChangedBy:		Tanya Z
-----------------------------------------------------------------------------*/

@import url(generic/helper.css);
@import url(generic/layout.css);
@import url(navigation/top.css);
@import url(navigation/primary.css);
@import url(navigation/secondary.css);
@import url(navigation/footer.css);



/* =General
-----------------------------------------------------------------------------*/
* {	margin: 0; padding: 0;}

td, input, textarea, select {
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif; 
	font-size: 1em; 
	margin:0px; padding:0px;
	}



/* =Typography
-----------------------------------------------------------------------------*/
body{
	color: #515252;
	background: #F6F7F7;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	text-align: center;
	}

p 				{padding: 6px 0; line-height:1.5em;}
a, a:visited	{color: #515252; text-decoration: none;}
a:hover 		{color: #E91010; text-decoration: underline;}



/* =Headings
-----------------------------------------------------------------------------*/
h1{
	font-size: 2em;
	color: #004963;
	font-weight:normal;
	line-height:1em;
	letter-spacing:-.05em;
	margin-bottom:17px;
	}
body.home h1{
	color:#fff;
	font-size:2.7em;
}	
h2{
	font-size: 1.7em;
	font-weight: normal;
	color: #515252;
	padding: 10px 0 0;
	}
h3{
	font-size: 1.5em;
	font-weight: normal;
	color: #004963;
	}
h4{
	font-size: 1.3em;
	font-weight: normal;
	color: #004963;
	}
h5{
	font-size: 1.2em;
	font-weight: bold;
	color: #004963;
	}


