

body {
    color: #black;
    font-family: tahoma, verdana, arial, tahoma;
    font-size: 11px;
    background-color: #E8F6FF;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }


td {
    color: #1D9AD0;
    font-size: 11px;
  }


img {
    border: 0px;
  }


p {
    padding: 0px;
    margin: 0px;
  }


ul, ol {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-left: 10px;
  }

/* Input */



input.Text, input.TextDefault, input.TextTyped, select, textarea {
    border: solid 1px #0690CF;
    background-color: #FFFDF7;
    font-size: 11px;
    padding: 2px;
    width: 140px;
    color: #AAAAAA;
  }


input.TextDefault {
    color: #AAAAAA;
  }


input.TextTyped {
    color: #333333;
  }

/* TopLinks */



.TopLinks {
    font-size: 11px;
  }


a.TopLinks {
    color: white;
    font-weight: bold;
    text-decoration: none;
  }


a.TopLinks:hover {
    color: #B3DEEE;
    text-decoration: underline;
  }

/* LeftMenu */



td.LeftMenu {
    padding:7px;
    background: #CCEDFF;
  }


a.LeftMenu {
    font-size: 11px;
    font-weight:bold;
    text-decoration:none;
    color: #0690CF;
  }


a.LeftMenu:hover {
    color: #1D9AD0;
    text-decoration: underline;
  }



/* Footer */

.Footer {
    font-size: 11px;
}


a.Footer {
    color: #007FB4;
    font-weight: bold;
    text-decoration: none;
  }


a.Footer:hover {
    color: #1D9AD0;
    text-decoration: underline;
  }



/* Text, TextSmall */

.Text, .TextSmall {
    color: black;
    font-size: 11px;
    line-height: 16px;
  }


a.Text, a.TextSmall {
    font-weight: bold;
    text-decoration: underline;
  }


a.Text:hover, a.TextSmall:hover {
    color: #888888;
    text-decoration: underline;
  }


.TextSmall {
    font-size: 10px;
  }



/* TextTitle */

.TextTitle {
    color: #0690CF;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
  }


a.TextTitle {
    color: #0690CF;
    font-weight: bold;
    text-decoration: none;
  }


a.TextTitle:hover {
    color: #2739A7;
    text-decoration: underline;
  }

/* TextBlue */

.TextBlue {
    color: #0690CF;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
  }


a.TextBlue {
    color: #0690CF;
    text-decoration: underline;
  }


a.TextBlue:hover {
    color: #2739A7;
    text-decoration: underline;
  }

/* TextBlue2 */



.TextBlue2 {
    color: #0690CF;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
  }


a.TextBlue2 {
    color: #0690CF;
    text-decoration: underline;
  }


a.TextBlue2:hover {
    color: #2739A7;
    text-decoration: underline;
  }



/* TextRed */

.TextRed {
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
  }


a.TextRed {
    color: #FF0000;
    text-decoration: underline;
  }


a.TextRed:hover {
    color: #FF0000;
    text-decoration: underline;
  }




/* TextBar */



div.TextBar {
    height: 25px;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
  }

/* SITEMAP - start */



.SiteMapLinkLevel1 {
    color : #0690CF;
    font-weight : bolder;
    font-size: 11px;
    line-height: 16px;
  }


.SiteMapLinkLevel2 {
    font-weight: normal;
    font-size: 11px;
    color: #0690CF;
    line-height: 16px;
  }

/* SITEMAP - stop */



input.butt
{
	border: 1px solid #3872B2;
	padding: 2px 3px;
	background:  #3872B2;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
}


textarea.text {
	border-bottom-color : #0690CF;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : #0690CF;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #0690CF;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #0690CF;
	border-top-style : solid;
	border-top-width : 1px;
	background-color :  #FFFDF7;
	font-size :  11px;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	width :  140px;
	color :  #AAAAAA;
  }
