﻿/* Basic HTML */

/*   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
/*   The font-size percentage is of 16px. (0.625 * 16px = 10px) */

body {
	font-family: Verdana, Arial,sans-serif !important;
 	font-size: 10px;
	color: #373737;	
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	height:.1em;
	margin:0 0 1.7em;
	border:none;
	}

/* Headings */

h1 { font-size: 18px; line-height: 2em; margin-bottom:1em; color: #dc241f; margin-top:5px;}
h2 { font-size: 16px; line-height: 2em; margin-bottom:1em; color: #dc241f; margin-top:5px;}
h3 { font-size: 14px; line-height: 2em; margin-bottom:1em; color: #dc241f;}
h4 { font-size: 14px; line-height: 2em; margin-bottom:1em; color: #dc241f;}
h5 { font-size: 14px; line-height: 2em; margin-bottom:1em; color: #dc241f;}
h6 { font-size: 14px; line-height: 2em; margin-bottom:1em; color: #dc241f;}


p.h2 {
	 font-size: 18px; line-height: 2em; margin-bottom:1em; color: #dc241f;}
p.h3 {
	margin: 0 0 1.5em; 
	font-size: 12px; 
	line-height:16px; 
	font-family:Verdana, Arial,sans-serif;
	font-style:normal; 
	font-weight:normal; 
	color:#333333;
	text-decoration:none;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}
/* Spacing */

p           { 
	font-size: 12px;  
	line-height:16px; 
	font-family:Verdana, Arial,sans-serif;
	font-style:normal; 
	font-weight:normal; 
	color:#373737;
	text-decoration:none;
} 
a:link 		{ color: #dc241f;}
a:visited 	{ color: #000;}
a:hover 	{ color: #dc241f !important;}
a:active 	{ color: #666;	border:none;}

a:focus, 
a:hover     { color: #FC0000; text-decoration: none;}
a           { color: #000000; text-decoration: none;}
a:visited	{ color: #000000; text-decoration: none;}
.ms-WPBody a:hover { color: #FC0000; text-decoration: none;}
.ms-WPBody a:visited { color: #000000; text-decoration:none;}


blockquote  { margin:1em 1.334em; color: #373737; font-style: italic; font-size: 1.2em;}
strong      { font-weight: bold;  }
em,dfn      { font-style: italic; ;}
dfn         { font-weight: bold; }
sup, sub    { line-height: 0;  ;}

abbr, 
acronym     { border-bottom: 1px dotted #373737;  }
address     { margin: 0 0 1em; font-size:1em; line-height:1.2em; color:#666666; font-style:normal;}
del         { color:#373737; }

pre 		{ margin: 1em 0; white-space: pre; }
pre,code,tt { font: 1.2em 'andale mono', 'lucida console', monospace;}

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
em			{ line-height: 2em; margin-bottom:1em;}
a:link, a:visited{color:#dc241f;}


dl          { margin: 0 0 1.8em 0;}
dl dt       { font-weight: bold; }
dd          { margin-left: 1em;}

ul ul{
	margin-left:20px;
	margin-bottom:5px;
	
}


