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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4c4c4c;
}

a:focus {
	outline: 1px dotted;
}

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

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


/* `Links
----------------------------------------------------------------------------------------------------*/

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

a.linkwhite:link {
	color: #fff;
	text-decoration: none;
}
a.linkwhite:visited {
	color: #fff;
	text-decoration: none;
}
a.linkwhite:hover {
	color: #00b8c8;
	text-decoration: none;
}
a.linkwhite:active {
	color: #fff;
	text-decoration: none;
}

a.linkblue:link {
	color: #00b8c8;
	text-decoration: none;
}
a.linkblue:visited {
	color: #00b8c8;
	text-decoration: none;
}
a.linkblue:hover {
	color: #00b8c8;
	text-decoration: underline;
}
a.linkblue:active {
	color: #00b8c8;
	text-decoration: none;
}


/* `Text
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 15px;
	color:#000;
	font-weight: bold;
}

h2 {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight:bold;
}

h3 {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#fff;
	line-height:25px;
}

h4 {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#00b8c8;
	line-height:18px;
}

.txtGrey {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	color:#4c4c4c;
}

.txtSmall {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:13px;
	color:#4c4c4c;
}

.footer {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	color:#4c4c4c;
	text-align:center;
}


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

.right_160 {
	padding-right:160px;
}

.right_230 {
	padding-right:230px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

h1 {
	margin-bottom: 6px;
}

h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 2px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
