@charset "UTF-8";
/* CSS Document */

blockquote	{ margin: 1.5em 0 1em 0; color: #005daa; font-style: italic; line-height:1.4em; }
	blockquote .byline { display:block; margin:.5em 1.5em; }
strong		{ font-weight: bold; }
em,dfn		{ font-style: italic; }
dfn			{ font-weight: bold; }
sup, sub	{ line-height: 0; }

abbr,
acronym		{ border-bottom: 1px dotted #666; }
address		{ margin: 0 0 1.5em; font-style: italic; }
del			{ color:#666; }

pre,code	{ margin: 1.5em 0; white-space: pre; }
pre,code,tt	{ font: 1em 'andale mono', 'lucida console', monospace, line-height: 1.5; } 


/* Lists */

li ul,
li ol		{ margin:0 1.5em; }
ul, ol		{ margin: 0 1.5em 1.5em 1.5em; }

ul			{ list-style-type: disc; }
ol			{ list-style-type: decimal; }

dl			{ margin: 0 0 1.5em 0; }
dl dt		{ font-weight: bold; }
dd			{ margin-left: 1.5em;}


/* Tables */

table		{ margin:0 auto 0 auto; width:100%; } /*Put table inside Div to have a custom width*/
th			{ }
th,td		{ padding: 0px 0; text-align:center;}
td			{ padding:5px 3px 5px 3px; text-align:left;}
tr.even td	{}

thead td,
tfoot td	{ border-top:1px dotted #fa96c9; padding:10px 0; }

th.center,
td.center	{ text-align:center; }
th.left,
td.left		{ text-align:left; }
th.right,
td.right	{ text-align:right; }

caption		{ background: #eee; }


a {color:#003366;}
a:hover {color:#FF0000;}
a:visited{ color:#FF0000;}


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
	}

h2{font-size:24px; width:auto; height:24px; margin:10px 0 10px 0px;}
h3{font-size:20px; width:auto;}
h4{font-size:20px; width:auto;}

p { margin:10px 0 10px 0px;}
