/* CSS Document 
	- My first real CSS style sheet
	- Done by the Dept. of Redundancy Department
*/

.indexcontent { 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: justify;
}

.indexcontentpad { 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	padding-right: 12px;
	padding-left: 6px;
	line-height: 16px; 
	text-align: justify; 
}

.indexcontentnews { 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: justify;
	padding: 15px;
}

.indexcontentnewsbold { 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-align: justify;
	font-weight: bold;
}

.indexnewsbox {
	border: thick;
	border: #333333;
}

.content {
	padding-right: 24px;
	text-align: justify;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	font-style: italic;
}

.content-grey { 	
	padding-right: 24px;
	text-align: justify;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}

.contentnopad { 	
	padding-right: 0px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px; 
}

.contentbold { 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: justify; 
	font-weight: bold;
}

.content .title { 
	font-size: 14px; 
	font-weight: bold;
}

.test {
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
	background-color: #0033FF;
}

body {
	background: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

A:link {
	color:#3333CC;
	text-decoration:underline;
}
A:visited {
	color:#3333CC;
	text-decoration:underline;
}
A:active {
	color:#3333CC;
	text-decoration:underline;
}
A:hover {
	text-decoration: underline;
	color:#0066FF;
}

.vertical-line {
	display: inline;
	background-color: #000;
	width: 1px;
	height: 100%;
}

.people {
	border: solid 1px #000000;
}

.partners {
	font-size:11px;
	line-height: 15px;
}

.partnersnew {
	font-size:11px;
	line-height: 15px;
}

.people td {
	font-size: 9px;
}

.content li {
	margin-bottom: 10px;
	text-align: left;
}

.contentsmall {
	font-size: 10px;
	font-weight: normal;
}

.contentsmall {
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
}

.partners img {
	margin-right: 7px;
}
.content {
	font-style: normal;
	font-weight: normal;
}
