
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }


.wrap {
width: 900px;
margin: 0 auto;
}
.wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.grid2cola {width: 200px;}
.grid2colb {width: 680px;}
.w520a {width: 600px;}
.w520b {width: 280px;}
.grid4col { width: 207px; margin: 0 12px 20px 12px; float: left;}


/* Begin Typography & Colors */
body {
font: normal 0.75em 'Lucida Grande', Verdana, Arial, Sans-Serif;
line-height: 1.4em;
text-align: justify;
}

a {
font-weight: bold;
color: #08c;
text-decoration: none;
cursor:pointer;
}

a:hover {
font-weight: bold;
color: #08c;
text-decoration: none;
border-bottom: 1px dotted #08c;
}

hr {
border: 0px solid #e5e5e5;
border-top-width: 1px;
clear: both;
height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3 {
line-height:1.1em;
font-family: Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 4em;
padding-top: 70px;
margin: 0;
}

h2 {
font-size: 1.6875em;
margin: 0 0 .125em 0;
border-bottom: 1px solid #ccc;
padding: 20px 0 5px 0;
}

h3 {
font-size: 1.5em;
padding: 20px 0 5px 0;
margin: 0;
font-weight: normal;
}

h1, h1 a, h1 a:hover, h1 a:visited {
text-decoration: none;
}

h1, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
text-decoration: none;
}

p {margin-bottom: 12px;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	margin: 5px 0 12px 0;
}

ul {
	list-style: disc;
	margin: 5px 0 12px 0;
}

li {
	margin: 0 0 5px 35px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.5625em;
	line-height: 0.9375em;
	color: #777;
}

form {
	margin: 0;
	padding: 0;
	}
	
strong {
	font-weight: bold;
	}
	
input:focus {
	outline: none;
	}
	
table {
	border: 0;
	border-top: 0;
	background: none;
	}
	
th {
	background: none;
	}
	
td {
	border: 0;
	background: none;
	}
	
tbody {
	border: 0;
	background: none;
	}
	
label {
	font: normal 1em Arial, Helvetica, sans-serif;
	line-height: 1.3125em;
	display: block;
	padding: 5px 0 0 0;
	}

fieldset {
	margin: 9px 0 0 0;
	padding: 15px 0 35px 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #333333;
	border-bottom: 0;
	}
textarea {margin: 10px 0;}

	/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* !!! In the End of the file */

.first {float: left; margin-left: 0;}
.last {float: right; margin-right: 0;}

.left {float: left;}
.right {float: right;}
