body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 150%;
	color : #222;
	vertical-align : top;
}

body {
	background-color : #121212;
}

H1 {
	font-size : 15px;
	color : #39526E;	
}

H2 {
	font-size : 12px;
	color : #AE0101;	
	border-bottom : 1px dashed #AE0101;		
	margin:20px 0;
	padding:0;
}

p{
	padding:0;
	margin:20px 0;
}

a:link {
	color : #364146;
	text-decoration: underline;
}

a:visited {
	color : #364146;
	text-decoration: underline;
}

a:hover {
	color : #364146;
	text-decoration: none;
}

a:active {
	color : #364146;
	text-decoration: underline;
}

.otherlink {
	color:#AE0101;
}

.otherlink a:link {
	color:#AE0101;
	text-decoration: underline;
}

.otherlink a:visited {
	color:#AE0101;
	text-decoration: underline;
}

.otherlink a:hover {
	color:#AE0101;
	text-decoration: none;
}

.otherlink a:active {
	color:#AE0101;
	text-decoration: underline;
}

.altback {
	background-color : #ffffff;
}

.content {
	background-color : #eee;
	border: 1px solid #AE0101;
	border-top:none;
	border-right:none;
	
}

.content-images {
	background-color : #eee;
	border: 1px solid #AE0101;
	border-top:none;
	border-left:none;
}

.content-images p{
	margin: 10px 0;
	padding:0;
}

.pictureframe {
	border: 1px solid #AE0101;
	
}

