/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body	{font: 13px/1.5 "Trebuchet MS", 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;}
a:focus	{outline: 1px dotted;}
hr	{border: 0 #ccc solid;border-top-width: 1px;clear: both; height: 0;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1      {font-size: 25px;}
.red,h2 {font-size: 19px;color:#EE2C3C;margin:10px;}
.gre,h3 {font-size: 19px;color:#6D6F71;margin:10px;}
.bro,h4 {font-size: 19px;color:#AD744C;margin:10px;}
.blu,h5 {font-size: 14px;color:#0058A9;margin:10px 0;}
.whi,h6 {font-size: 17px;color:#FFF;}

.bold	{font-weight:700;}
.error	{font-weight:700;color:#EE2C3C;}
.darkBlue {color:#003399}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: decimal;}
ul {list-style: square;}
li {margin-left: 30px;padding:4px;}

p,dl,hr,pre,table,address,fieldset {margin: 20px 0 0 0;}

