﻿/* :: Generic styles applied to the all document
------------------------------------------------------------ */
body {
    padding:0; margin:0; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
	color: #000000;
}

a:link {color: #A5261F;text-decoration: none;}
a:visited {color: #A5261F;text-decoration: none;}
a:hover {color: #000000;text-decoration: none;}

li, td, p {
    font-family: Arial, Helvetica, sans-serif;
}

ul {margin: 0px 0px 0px 15px; padding: 0px 0px;}

/* :: Default Classes for the CMS
------------------------------------------------------------ */
h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; margin: 10px 0px; padding: 0px;}

h1 {font-size: 20px;line-height: 25px;color: #A5261F; text-transform: uppercase;}
h2 {font-size: 14px;line-height: 19px;color: #A5261F; text-transform: uppercase;}
h3 {font-size: 11px;line-height: 16px;color: #000000;}
h4 {font-size: 10px;line-height: 15px;color: #000000;}
h5 {font-size:  9px;line-height: 14px;color: #000000;}

.body {}
.bodyBold, .header {font-weight: bold;}

.title {font-size: 16px; line-height: 30px; color: #A5261F; text-transform: uppercase; }
.title a:link, .title a:visited, .title a:hover  {}

.header {font-size: 14px;color: #A5261F;}
.header a:link, .header a:visited, .header a:hover  {}




