/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


body {
	font: 12px  Arial, Helvetica, sans-serif;}

body{background: #fff url(/images/new/background.jpg) top center no-repeat; /* background-attachment: fixed */ ; color: #555555}

a:focus {
	outline: 1px dotted invert;
}

a{
color:#176393; text-decoration:underline;
}

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


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #444444;}
h1 {font-size: 18px; color: #910113}
h2 {font-size: 14px; } 
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 17px;}
h6 {font-size: 15px;}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
fieldset {
	margin-bottom: 18px;
}

strong.bold_black{
font-weight:bold; color:#444444; text-align:right;
}
p{line-height: 1.6}
/*h1, h2, h3{ line-height:18px;}*/

sup {font-size: 11px;}
hr.dotted {/*background:url(/images/new/pp.gif) repeat-x;*/ border:none; height:1px; margin: 15px 0; clear: both}
hr.title {margin-bottom: 30px;}
a.read_all {margin:0 10px;}
