a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #6aceeb;
}
.menu {
	font-family: sdi_medium, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.menu a {
	color: #30394f;
	text-decoration: none;
	cursor: pointer;
}
.menu a:hover {
	color: #6aceeb;
}
.menu a:active {
	color: #30394f;
}
h1 { /* main page title*/
	margin: 0px 0px 8px 0px;
	font-weight: normal;
	text-align: center;
	font-family: sdi_regular, Arial, sans-serif;
	color: #ff434c;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 40px;
}
h2 { /* sub-title text*/
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	font-family: sdi_light, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}
h3 { /* body-text header */
	margin: 0px 0px 3px 0px;
	font-weight: normal;
	font-family: sdi_regular, Arial, sans-serif;
	font-size: 16px;
	color: #30394f;
	padding-top: 6px;
	line-height: 16px;
}
h4 { /* red title text*/
	max-width: 480px;
	margin: 10px auto 20px auto;
	padding: 0px 20px 0px 20px;
	font-weight: normal;
	text-align: center;
	font-family: sdi_regular, Arial, sans-serif;
	font-size: 18px;
	color: #ff434c;
	line-height: 23px;
}
h4 a {
	color: #30394f;
	text-decoration: none;
}
h4 a:hover {
	color: #ff434c;
}
h5 { /* body-text videotitle */
	margin: 0px 0px 3px 0px;
	font-weight: normal;
	font-family: sdi_regular, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 17px;
}
h6 { /* body-text videosubtitle */
	margin: 0px 0px 3px 0px;
	font-weight: normal;
	font-family: sdi_regular, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	line-height: 17px;
}
p {  /* body-text */
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: sdi_light, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
.pasfoto {
	border: 1px solid #CCC;
}
.footer {
	padding-top: 22px;
	font-family: sdi_regular, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666;
}
