/*------------- GLOBAL SELECTORS */

BODY	{
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#334c66;
}

.bullet	{
	font-family:arial, Tahoma, sans-serif;
	font-size:14px;
	color: #334c66;
	font-weight:bold;
}

.copy	{
	font-size:10px;
	color:#334c66;
}

.seperator	{
	border-left: 1px solid #336699; padding: 8px; border-left-style: dashed;
}

.seperator2	{
	border-bottom: 1px solid #336699; padding: 8px; border-bottom-style: dashed;
}

/*------------- HEADER */

div.Header {
	width:100%;
	height:10px;
	background-color:#333333;
}

div.HeaderWhite {
	width:100%;
	height:1px;
}

div.HeaderStripe3 {
	width:100%;
	height:3px;
	background-color:#999999;
}

div.HeaderStripe2 {
	width:100%;
	height:2px;
	background-color:#999999;
}

div.HeaderStripe1 {
	width:100%;
	height:1px;
	background-color:#999999;
}

/*------------- NAVIGATION MENU */

div.Menu {
	width:100%;
	background-color:#a5b4cd;
	height:28px;
	border-bottom:2px #333366 solid;
}

.navMenu {
	font-size:12px;
	color:#fff;
	padding:5px 20 5px 20;
	text-decoration:none;
}

.navMenu:hover	{
	color:#ffff00;
	text-decoration:none;
	padding:5px 20 5px 20;
	background-color:#a5b4cd;
}

.cat {
	font-size:12px;
	color:#333333;
	text-decoration:none;
}

.cat:hover {
	color:#a5b4cd;
	text-decoration:none;
}


/*------------- HEADERS */

h1	{
	font-family: Tahoma, sans-serif;
	font-size:16px;
	color: #333333;
	font-weight:bold;
}

h2	{
	font-family: Tahoma, sans-serif;
	font-size:14px;
	color: #7689A7;
	font-weight:bold;
}

/*------------- THUMBS --------------*/

.th {
	border:1px #000 solid;
	width:160px;
	height:120px;
}

.th:hover {
	border:1px #000 solid;
	width:160px;
	height:120px;
	Border-Right: #ec0a76 1px dashed; 
	Border-Top: #ec0a76 1px dashed; 
	Border-Left: #ec0a76 1px dashed; 
	Border-Bottom: #ec0a76 1px dashed
}


