﻿body
{
	font-family: Verdana;
	font-size: 14px;
	
	background-color: #CEE5F3;
	background-image: url(../images/top_background.jpg);
	background-repeat: repeat-x;
}

.link
{
    width: 162px;
    height: 82px;
    
    cursor: pointer;
    
    border: solid 1px #969696;
    
    background-image: url(../images/site_map/load.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.link:hover
{
    width: 162px;
    height: 82px;
    border: solid 1px #F0F0F0;
}

.linkText
{
    font-size: 11px;
    color: #053D5E;
    
    cursor: pointer;
    text-decoration: none;
}   

.groupName
{
    font-size: 10px;
    font-weight: bold;
    
    color: #155e8b;
}
.groupLine
{
    border-left: solid 1px Transparent;
    border-top: solid 1px Transparent;
    border-right: solid 1px Transparent;
    border-bottom: solid 1px #FFFFFF;
}

/* Copyright */
.copyright
{
	font-size: 11px;
	font-family: Verdana;
}
a.copyright:link
{
	color:#FFFFFF;
	text-decoration:none;
}
a.copyright:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
a.copyright:hover
{
	color:#FFCC33;
	text-decoration: underline;
}

/* Link */
.lnk
{
	cursor: default;
	cursor: pointer;
	font-size: 11px;
}

a.lnk:link
{
	color:#4372B0;
}
a.lnk:visited
{
	color:#4372B0;
}
.lnk:hover
{
	color:#4372B0;
}

/* Menu link's */
a.hmlnk:link, a.hmlnk:visited, a.hmlnk:hover
{
	font-family: Verdana;
	font-size: 11px;
	
	color:#000000;
	text-decoration:none;
}

a.semlnk:link, a.semlnk:visited, a.semlnk:hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
	color: #FFFFFF;
	text-decoration:none;
	
	cursor: pointer;
}



/* Top panel link's */
a.tplnk
{
	font-family: Verdana;
	font-size: 11px;
}

a.tplnk:link
{
	color:#FFFFFF;
	text-decoration:none;
}
a.tplnk:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
a.tplnk:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}

/* Support link's */
.smlnk
{
	font-family: Verdana;
	font-size: 11px;
	color:#07679A;
	
	cursor: pointer;
}
a.smlnk
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

a.smlnk:link
{
	color:#07679A;
	text-decoration: none;
}
a.smlnk:visited
{
	color:#07679A;
	text-decoration: none;
}
a.smlnk:hover
{
	color:#07679A;
	text-decoration: underline;
}

a.links
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration:none;
}

a.links:link
{
	color:#4E7DC2;
	text-decoration:none;
}
a.links:visited
{
	color:#4E7DC2;
	text-decoration:none;
}
a.links:hover
{
	color:#4E7DC2;
	text-decoration: underline;
}