﻿/* ------------------ Typography ------------------ */

body { 
	font-size: 13px; 
	line-height: 1.3;
}

/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { 
	font-family: Arial, sans-serif; 
	color: #57575a; 
}


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

h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, sans-serif; 
	line-height: 1; 
	margin: 0 0 15px;
	color: #d1151b;
}

h1 { font-size: 18px; }
h2 { font-size: 14px; text-transform: uppercase; }
h3 { font-size: 12px; font-weight: bold; }
h4 { font-size: 12px; font-weight: bold; color: #57575a;  }
h5 { font-size: 12px; }
h6 { font-size: 12px; color: #57575a; }


/* ------------------ Text elements ------------------ */

p { margin: 0 0 15px; }

.box h2 { font-size: 12px; margin:0 0 5px; }

li {  }

ul, ol { margin: 0 0 10px 30px; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

a { color: #d1151b; text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
small { font-size: 75%; }


	/* ------------------ Styles ------------------ */