.code
{
	font-family: Courier, monospace;
	font-size: 11px;
	color: #000000;	
}

.textblue10
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	color: #012b81;
}

.textblue11
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #012b81;
}

.textblue13
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 13px;
	color: #012b81;
}

.textblack11	
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #000000;
}

.warning11
{
    font-family: Verdana, Helvetica, Sans Serif;
    font-size: 11px;
    color: #e5053b;
}

.textgrey10
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	color: #5c5c5c;
}

.textgrey11
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #5c5c5c;
}

.verdana12
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	color: #5c5c5c;
}

.textarialgrey13
{
	font-family: Arial, Sans Serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}

.textarialdark13
{
	font-family: Arial, Sans Serif;
	font-size: 13px;
	color:  #5c5c5c;
	font-weight: normal;
}

.textarialwhite13
{
	font-family: Arial, Sans Serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
}

.textarialblack13
{
	font-family: Arial, Sans Serif;
	font-size: 13px;
	color: #000000;
}

.textwhite10
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	color: #ffffff;
}

.textwhite11
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #ffffff;
}

.main_panel
{
	background-image: url(pics/hr_pion.gif);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
}

.tahoma10
{
	font-family: Tahoma, Arial, Sans Serif; 
	font-size: 10px; 
	color: #5c5c5c;
}

.arial10
{
	font-family: Arial, Tahoma, Sans Serif; 
	font-size: 10px; 
	color: #5c5c5c;
}

.css_verdana
{
	font-family: Verdana, Arial, Sans Serif;
	color: #5c5c5c;	
}

.css_arial
{
	font-family: Arial, Tahoma, Sans Serif;
	color: #5c5c5c;	
}

.css_tahoma
{
	font-family: Tahoma, Arial, Sans Serif;	
	color: #5c5c5c;	
}

.css_times
{
	font-family: "Times New Roman", Times, serif;
	color: #5c5c5c;	
}

.menubgtop
{
	background-image: url('pics/menubgtop.gif');
	background-repeat: repeat-x;
	height: 35px;
}

.menubgbottom
{
	background-image: url('pics/menubgbottom.gif');
	background-repeat: repeat-x;
	height: 19px;
}

.menutop
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.menutopon
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background-image: url('pics/menuon.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	cursor: pointer;
}

.menubottom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	padding: 0 15 0 15;
}

.menubottomon
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	padding: 0 15 0 15;
}

.tableartlist
{
	background-image: url(pics/footer_art.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
}

.texttable
{
	padding-right: 18px;
}

A.linkblue
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	color: #012b81;
	text-decoration: none;	
}

A:visited.linkblue
{
	color: #012b81;
	text-decoration: none;
}

A:link.linkblue
{
	color: #012b81;
	text-decoration: none;
}

A:active.linkblue
{
	color: #012b81;
	text-decoration: none;
}

A:hover.linkblue
{
	color: #6595f3;
	text-decoration: underline;
}

A.linkblue13
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 13px;
	color: #012b81;
	text-decoration: none;	
}

A:visited.linkblue13
{
	color: #012b81;
	text-decoration: none;
}

A:link.linkblue13
{
	color: #012b81;
	text-decoration: none;
}

A:active.linkblue13
{
	color: #012b81;
	text-decoration: none;
}

A:hover.linkblue13
{
	color: #1153d7;
	text-decoration: none;
}

A.linkblack
{
	font-family: Arial, Sans Serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;	
}

A:visited.linkblack
{
	color: #000000;
	text-decoration: none;
}

A:link.linkblack
{
	color: #000000;
	text-decoration: none;
}

A:active.linkblack
{
	color: #000000;
	text-decoration: none;
}

A:hover.linkblack
{
	color: #595959;
	text-decoration: none;
}

A.linkwhite
{
	font-family: Arial, Sans Serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;	
}

A:visited.linkwhite
{
	color: #ffffff;
	text-decoration: none;
}

A:link.linkwhite
{
	color: #ffffff;
	text-decoration: none;
}

A:active.linkwhite
{
	color: #ffffff;
	text-decoration: none;
}

A:hover.linkwhite
{
	color: #e5e5e5;
	text-decoration: none;
}

.panelright
{
	background-image: url(pics/footer_panel.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 24px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

INPUT.inpsearch
{
	font-family: Arial, Sans Serif;
	font-size: 11px;
	color: #012b81;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #184eba #0b328f #e0e0e0 #0c3591;
	height: 18px;
	width: 104px;
}

INPUT.inpnewsletter
{
	font-family: Arial, Sans Serif;
	font-size: 11px;
	color: #5c5c5c;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #939393 #cccccc #cccccc #939393;
	height: 18px;
	width: 100%;
}

.inp1
{
	font-family: Arial, Sans Serif;
	font-size: 11px;
	color: #5c5c5c;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #5c5c5c #b0b0b0 #b0b0b0 #5c5c5c;
	height: 18px;
	width: 450px;
}

.ta1
{
	font-family: Arial, Sans Serif;
	font-size: 11px;
	color: #5c5c5c;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #5c5c5c #b0b0b0 #b0b0b0 #5c5c5c;
	height: 150px;
	width: 450px;
}

.border1
{
	border-color: #012b81;
	border-style: solid;
	border-width: 1px;
}

.cat1
{
	background-image: url(pics/bg_cat1.gif);
	background-repeat: repeat-y;
	height: 35px;
	width: 532px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 15px;
	vertical-align: middle;
}

.cat2
{
	background-image: url(pics/bg_cat2.gif);
	background-repeat: repeat-y;
	height: 35px;
	width: 532px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-left: 15px;
	vertical-align: middle;
}

.cat3
{
	background-image: url(pics/bg_cat3.gif);
	background-repeat: repeat-y;
	height: 19px;
	width: 532px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 15px;
	vertical-align: middle;
}

.ul1
{
	list-style-image: url(pics/forum_arrow_left.gif);
}

.ul2
{
	list-style-image: url(pics/dot4.jpg);
}

TD.forum
{
	padding: 5 5 5 5;
}

TABLE.forum_footer
{
	background-color: #f0f0f0;
	border-color: #cacaca;
	border-style: solid;
	border-width: 1 0 1 1;
}

TD.forum_desc
{
	background-color: #f7fafe;
	border-color: #d9e5fc;
	border-style: solid;
	border-width: 0 0 0 1;
}