
body
{
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size:12px;
}

a, a:visited, a:hover
{
	color: #1968a8;
	text-decoration: none;
}

h1
{
	font-size: 30px;
	color: #333333;
	EditMenuName: Heading 1;
}

h2
{
	font-size: 20px;
	color: #333333;
	EditMenuName: Heading 2;
}

h3
{
	font-size: 18px;
	color: #333333;
	EditMenuName: Heading 3;
}

h4
{
	font-size: 16px;
	color: #333333;
	EditMenuName: Heading 4;
}

h5
{
	font-size: 14px;
	color: #333333;
}
tableBorder {EditMenuName: tableBorder}
table.tableBorder.td{border-color: #E2E2E2;border-style: solid;}
table.tableBorder{border-width: 0 0 1px 1px;border-spacing: 0;border-collapse: collapse;}
table.tableBorder td{margin: 0;padding: 4px;border-width: 1px 1px 0 0;}

/* =============================================*/
/* =========   Styles for new design   =========*/
/* =============================================*/
/*
   jimmy.css
   rikstv
   
   Created by Tommy Stomlien on 2010-10-22.
   Copyright 2010 Jimmy Royal. All rights reserved.
*/


/* ============ */
/* = Defaults = */
/* ============ */

ul 
{
	/*float:left;*/
	/*margin-left:25px;*/
}

ul li 
{
	list-style: outside disc;
	list-style-image:url('/images/red_circle.png');
}

/* ========== */
/* = Footer = */
/* ========== */


/* ========= */
/* = Lists = */
/* ========= */

ul.arrows {
	list-style: inside url('/images/FrontPage/list_arrow.png');
}

.red 
{
	color: #9f0000;
	font-weight:bold;
	EditMenuName: Red text;
}

ul.arrows li {
	margin:10px 0px 0px 0px;
}

ul.arrows li > ul {
	list-style:none;
	margin-left:30px;
	clear: both;
}

ul.arrows li > ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
}


.red {
	color: #9f0000;
}

.normal {
	font-size: 12px;
	margin-top: 5px;
	clear: both;
	width: 100%;
}

.shadow_seperator {
	clear: both;
	margin: -15px 0px 10px 0px;
	width: 768px;
	height: 44px;
	background-image: url('/images/FrontPage/shadow_separator2.png');
	background-repeat: no-repeat;
	background-position: top;
}



.clear {
	clear:both;
}

/* ========= */
/* = Links = */
/* ========= */

a:hover {
	color: #01477f;
}
