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

	Licensed under GPL and MIT.
*/

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

body {
	font: 0.75em/1.333em 'Calibri', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a, a:visited {
	color: #b01a2f;
	text-decoration: none;
}
a:hover{text-decoration:underline;}
a:focus {
	outline: none;
}


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

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

h1 {
	font: 0.75em/1.333em 'Times New Roman', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.333em;
}

div.news_item h4{font-size: 16px;color:#38598f;font-weight:normal;margin:2px 0 4px 0;}
div.news_item h4 a {color:#38598f;}

table th,
table td {
	/*border: 1px solid #000;
	padding: 5px;*/
	border: none;
}

table.contenttable td p {
	margin-bottom: 0;
}

#main_menu ul li a{
	font: normal normal normal 1.483em Calibri, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}
#sub-menu ul li a:hover{text-decoration:underline;}

#ticker {
	font: normal normal normal 1.333em Calibri, Helvetica,sans-serif;
	color: #adbcd5;

}
.rounded_top, .rounded_bottom{
	font-size: 1%;
}
