/* CSS Document */

/*-------------------------------------------
DEFAULT
-------------------------------------------*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#666666;
}

a, a img {
	color:#079ae3;
	border:0;
	outline:none;
}
a:hover {color:#000;}

p {
	padding:0px;
	margin:0 0 20px 0;
}

/*-------------------------------------------
HEADERS
-------------------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 { font-size: 35px; line-height: 40px; }
h2 { font-size: 30px; line-height: 35px; }
h3 { font-size: 25px; line-height: 30px; }
h4 { font-size: 21px; line-height: 26px; }
h5 { font-size: 17px; line-height: 23px; }
h6 { font-size: 14px; line-height: 20px; }

/*-------------------------------------------
STYLES
-------------------------------------------*/

/*Default Normal*/
.default-normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#666666;
}
.default-normal a {color:#079ae3 !important;}
.default-normal a:hover {color:#000 !important;}

/*Title Medium*/
.title-blue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:32px;
	color:#079ae3;
}
.title-blue a {color:#079ae3;}
.title-blue a:hover {color:#000;}

/*Title Large*/
.title-black {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:24px;
	color:#000;
}
.title-black a {color:#000;}
.title-black a:hover {color:#000;}