/*
-----------------------------------------------
attache.se Style Sheet
author:   Jason Wheeler
version:  2005.04
----------------------------------------------- */
@import url("layout.css");
@import url("home.css");


/* Generic Rules
----------------------------------------------- */
body {
	background: #fff url(../images/core/bg_pattern2.gif) top left;
	margin: auto 0;
	padding: 0;
	text-align: center;
}	

img {
	display: block;
}

td {
	vertical-align: top;
}

/* Typography
----------------------------------------------- */
html,body,td,div,p,h1,h2,h3,h4,a {
	font-family: "lucida Grande", trebuchet ms, arial, verdana;
	font-size: 11px;
	color: #333;
}

h1 {
	color: #848CA5;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2 {
	color: #999176;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 16px;
}

a:link {
	color: #758BA9; 
	text-decoration: none; 
	border-bottom: 1px dotted #758BA9;
	}
a:visited {
	color: #758BA9; 
	text-decoration: none; 
	border-bottom: 1px dotted #999;
	}	
a:hover {
	color: #EB8B15; 
	text-decoration: none; 
	border-bottom: 1px dotted #EB8B15;
	}
a:active {
	color: #758BA9; 
	text-decoration: none; 
	border-bottom: 1px dotted #758BA9;
	}
a img 		{border-width: 0; border-style: none;}

