﻿/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color:#043146;
	background-image:url('../img/bg.jpg');
	background-repeat:repeat-x;
		color:#043146;


}
.font14bold {
	font-weight: bold;
}
.font18bold {
	font-size: 18px;
	font-weight: bold;
}
.font24bold {
	font-size: 24px;

}
