﻿@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	line-height: 17px;
}

blockquote {
	color: #D10000;
	font-size: 16px;
	line-height: 20px;
	border: 1px dotted #000000;
	padding: 10px;
}

.paragraphtitles {
	color: #D10000;
	font-weight: bold;
	font-size: 20px;
}

.thumbnails {
	margin-right: 7px;
	width: 67px;
	border: 1px dotted #D10000;
	background: transparent;
	padding: 3px;
}

a.thumbnails:link {
	border-bottom: 0px; 
	color: #4AB5C3;  
	margin: 0px; 
	width: 0px;
	border: 0px;
	padding: 0px;
}

a.thumbnails:active {
	border-bottom: 0px; 
	color: #4AB5C3;  
	margin: 0px; 
	width: 0px;
	border: 0px;
	padding: 0px;
}

a.thumbnails:visited {
	border-bottom: 0px; 
	color: #4AB5C3;  
	margin: 0px; 
	width: 0px;
	border: 0px;
	padding: 0px;
}

a.thumbnails:hover {
	border-bottom: 0px; 
	color: #4AB5C3;  
	margin: 0px; 
	width: 0px;
	border: 0px;
	padding: 0px;
}


#thumbnailsPR {
	margin-right: 10px;
	margin-top: 0px;
	border: 1px solid #d6516c;
	background: transparent;
	padding: 3px;
}
 
a:link {border-bottom: 1px dotted #D10000; color: #000000; font-weight:bold; text-decoration: none;}
a:active {border-bottom: 1px dotted #D10000; color: #000000; font-weight:bold; text-decoration: none;}
a:visited {border-bottom: 1px dotted #D10000; color: #000000; font-weight:bold; text-decoration: none;}
a:hover {border-bottom: 1px solid #D10000; color: #D10000; font-weight:bold; text-decoration: none;}

li {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 5px;
}

#nestedlist {
	font-size: 11px;
	font-style: italic;
	margin-top: 2px;
}

.divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d6526d;
}

.highlight {
	font-weight:bold;
	color: #D10000;
}
