/* H1-H3 styles */

h1 {
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: #c10000;
margin: 15px 0px 15px 0px;}

h2 {
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: #c10000;
margin: 12px 0px 12px 0px;}

h3 {
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: #858585;
margin: 12px 0px 12px 0px;}


/* general paragraph style */

.content {
padding: 0px 40px 0px 40px;
}

p {
font-family: Tahoma;
font-size: 13px;
text-align: justify;
line-height: 1.5;
color: #585858;
margin: 10px 0px 10px 0px;}

/* general links style */

a {
font-family: Tahoma;
color: #0097dd;}

a:active {
color: #c10000;}

a:hover {
color: #c10000;}

a:visited {
font-family: Tahoma;
color: #a4a4a4;}

/* general list style */

ul {
font-family: Tahoma;
font-size: 13px;
color: #585858;}

li {
margin: 6px 0px 6px 0px;
line-height: 1.4;}

/* news style */

.newsdate {
font-family: Tahoma;
font-size: 10px;
color: #ffffff;
text-align: right;
width: 111px;
height: 23px;
background: url(../i/newsbg1.gif);
background-repeat: no-repeat;
}

.newsdate div {
margin: 0px 3px 3px 3px;
}


.newsheader {
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: #c10000;
margin-top: 2px;
margin-bottom: 5px;
margin-left: 10px;
}

.newstext {
font-family: Tahoma;
font-size: 13px;
color: #585858;
}

.newstext small, .newstext p {
margin-left: 10px;
}

/* form elements style */

form {
margin: 5px 0px 5px 0px;}

.chktext {
font-family: Verdana;
font-size: 11px;
color: #7a9ab4;
padding: 3px 5px 8px 5px}

.button, button {
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #ffffff;
padding: 1px;
background-color: #a3cbe0;
border-top: 2px solid #d6eaf4;
border-left: 2px solid #d6eaf4;
border-bottom: 2px solid #8db1c3;
border-right: 2px solid #8db1c3;}

.input {
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #7a9ab4;
background-color: #fafafa;
border: 1px solid #8cb1c8;}

/* table elements */

td {
font-family: Tahoma;
font-size: 13px;
}

td.h1 {
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: #ffffff;
background-color: #476e9e;
padding: 3px;}

td.h2 {
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: #ffffff;
background-color: #476e9e;
padding: 3px;}

td.odd {
color: #5d7a91;
background-color: #c8d8e6;
padding: 3px;}

td.even {
color: #5d7a91;
background-color: #d8e6f1;
padding: 3px;}

td.sel {
font-weight: bold;
color: #ffffff;
background-color: #919191;
padding: 3px;}

/* credits */

.credits {
font-family: Tahoma;
font-size: 10px;
color: #858585;
line-height: 1.5;
}