/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


a:link {
	color: #515151;
	text-decoration: none;
}
a:visited {
	color: #515151;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #515151;
	text-decoration: none;
}

a.linktext:link {
	color: #515151;
	text-decoration: underline;
}
a.linktext:visited {
	color: #515151;
	text-decoration: underline;
}
a.linktext:hover {
	color: #000;
	text-decoration: underline;
}
a.linktext:active {
	color: #515151;
	text-decoration: underline;
}

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

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

.h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.00em;
	color: #000;
}

.h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.00em;
	color: #515151;
}

.h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.00em;
	color: #515151;
}

.h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.00em;
	color: #000;
}

.indexPush {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.00em;
	color: #515151;
}

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.00em;
	color: #515151;
	margin-top: 10px;
	text-align: right;
}

.date {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.00em;
	color: #000;
	font-style:italic;
}

.bold {
	font-weight:bold;
	}
	
.italic {
	font-style: italic;
	}


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

ol {
	list-style: disc;
}

ul {
	list-style: none;
}

li {
	list-style: none;
	margin-left: 0px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}