/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Droid Sans, Helvetica, Arial;
}

a:focus
{
	outline: 1px dotted invert;
}

sup {
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =sup and sub
--------------------------------------------------------------------------------*/

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
	font-size: 8px;
}

sub {
	top: .5ex;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 20px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}


/* =Lists
--------------------------------------------------------------------------------*/

ul.blue {
	color: #6A9DCE;
}

ul.blue li a {
	font-weight: normal;
}

ul.green {
	color: #B5CA00;
}

ul.green li a {
	color: Green;
	font-weight: normal;
}

ul.links, ul.languages {
	list-style: none;
}

ul.countryList li, ul.organizationList li {
	list-style: none;
	background: no-repeat 0px 5px;
	margin-left: 0px;
	padding-left: 30px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: dotted 1px #999;
	min-height: 24px;
}

ul.countryList li a, ul.organizationList li a {
	font-weight: normal;
}

ul.organizationList li {
	margin-left: 0px;
	padding: 3px 10px;
	min-height: 0;
}


/* =More link
--------------------------------------------------------------------------------*/

.more {
	border-top: dotted 1px #999;
	padding-right: 5px;
	text-align: right;
	font-size: 10px;
}

.more a {
	color: #587B41;
	font-weight: normal;
}