/* RLIB:  Core Element Styles 
Copyright 2008 Sicom Systems.

Design created by Freakified; for more, visit us at:
http://solutions.freakified.net/
*/

* {
	padding: 0;
	margin: 0;
}

body {
	color: #fff;
	background: #3C4F94 url("./images/bg.gif") repeat-x top;
	line-height: normal;
	font-family: tahoma, "trebuchet ms", sans-serif;
	font-size: 80%;
	text-align: center;
	min-width: 857px;
}

img {
	border: 0px;
}

a {
	color: #336699;
	text-decoration: underline;
	cursor: pointer;
}

a:visited {
	color: #6e548d;
}

a:hover {
	color: #3d96ae;
	text-decoration: none;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

small {
	font-size: 85%;
}

ul {
	margin-left: 1.5em;
	list-style: square;
}

ul ul {
	list-style: circle;
}

.clear {
  display: block;
  height: 0; 
	clear: both; 
	visibility: hidden;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url('./images/icons/pdf.png') no-repeat center right;
}

a[href $='.txt'] { 
   padding-right: 18px;
   background: transparent url('./images/icons/text.png') no-repeat center right;
}

a[href $='.csv'] { 
   padding-right: 18px;
   background: transparent url('./images/icons/excel.png') no-repeat center right;
}

a[href $='.xml'] { 
   padding-right: 18px;
   background: transparent url('./images/icons/xml.png') no-repeat center right;
}

a[href ^="mailto:"] {
   padding-right: 18px;
   background: transparent url('./images/icons/email.png') no-repeat center right;
}