﻿/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-color:#043146;
	background-image:url('../img/bg.jpg');
	background-repeat:repeat-x;
	color:#043146;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.5;


}
.font24 {
	font-size: 24px;
	font-weight: bold;
}
.font14 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
.font14_red_bold {
	font-size: 14px;
	font-weight: bold;
}
.font16_red {
	font-size: 16px;
	color: #900;
	font-weight: bold;
}
.font16 {
	font-size: 16px;
	font-weight: bold;
}
