﻿/*
$Id: main.css,v 1.130.2.5 2009/06/15 08:03:34 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

body,td,tr,table {
  	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7b7a7a;
}


a {
	color: #2e3193;			
}
a:active {
	color: #2e3193;			
}
a:link {
	color: #2e3193;			
}

a:visited {
	color: #2e3193;			
}
a:hover {
	color: #1d1f5f;			
}


/*==============================================================================

Contents

==============================================================================*/


.titles {
	color: #2124ff;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;				
}

h1{
	color: #2e3193;
	font-size: 19px;
	line-height: 22px;
	font-weight:normal;
	border: 0px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
h2{
	color: #2e3193;
	font-size: 14px;
	line-height: 16px;
	font-weight:normal;
	border: 0px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}


ul {
	list-style-image: url(images/bullet.gif);
}


/*==============================================================================

Menu / Left Column

==============================================================================*/


a.mainmenu {
font-size: 12px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
padding-left: 32px;
}

a.mainmenu:link {
font-size: 12px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

a.mainmenu:visited {
font-size: 12px;

text-decoration: none;
font-weight: bold;
color: #ffffff;
}

a.mainmenu:hover {
font-size: 12px;
text-decoration: none;
font-weight: bold;
color: #a9acfb;
}

.padding-right {
 padding-right: 20px;				
}


/*==============================================================================

Footer

==============================================================================*/


.footer_blue {
	color: #05058b;			
}




