
a:link, a:visited
{
color: darkblue;
font-weight: bold;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

body
{
margin: 0 auto;
background: #47E7F3 url('images/layout/background1.png');
background-repeat: repeat-x;
line-height: 19px;
font-family: verdana;
font-size: 12px;
color: black;
}

.container
{
margin: 0 auto;
width: 100%;
text-align: center;
}

.inner
{
margin: 0 auto;
width: 980px;
text-align: center;
padding-top: 5px;
}

.content_middle
{
margin: 0 auto;
background: url('images/layout/content_middle.png');
background-repeat: repeat-y;
}

.content_inside
{
margin: 0 auto;
width: 940px;
text-align: center;
color: black;
font-family: verdana;
font-size: 12px;
line-height: 19px;
}

hr
{
background: black;
width: 90%;
margin: 2px 0 2px 0;
height: 1px;
border: 0;
}

.tab
{
width: 95%;
padding-bottom: 10px;
}

.tab a, .tab a:visited
{
border: 1px solid black;
background: #74CCFC url('images/layout/tab.png');
background-repeat: repeat-x;
text-align: center;
color: darkblue;
text-decoration: none;
font-size: 12px;
font-family: verdana;
padding: 4px;
font-weight: bold;
}

.tab a:hover
{
text-decoration: underline;
background: #7479FC url('images/layout/tab_hover.png');
background-repeat: repeat-x;
}

.disclaimer
{
text-align: center;
width: 100%;
font-family: verdana;
font-size: 11px;
color: black;
}

.disclaimer a, .disclaimer a:visited
{
color: black;
font-weight: bold;
text-decoration: none;
}

.disclaimer a:hover
{
text-decoration: underline;
}

.page_title
{
color: #124E06;
font-size: 15px;
font-weight: bold;
font-family: tahoma;
padding-bottom: 5px;
}

.input_text
{
border: 2px solid #102258;
width: 250px;
background: #C4D0F4;
font-size: 12px;
font-weight: bold;
font-family: verdana;
padding: 2px;
}

.input_text:hover
{
background: #B0C0F0;
}

.input_select
{
border: 2px solid #102258;
width: 225px;
background: #C4D0F4;
font-size: 12px;
font-weight: bold;
font-family: verdana;
padding: 2px;
}

.input_select:hover
{
background: #B0C0F0;
}

.input_submit
{
border: 2px solid black;
background: #FFCB67;
font-size: 12px;
font-weight: bold;
font-family: tahoma;
padding: 2px;
cursor: pointer;
}

.input_submit:hover
{
background: #EC9B00
}

.tnav_border
{
width: 700px;
}

.tnav_header
{
border: 2px solid black;
color: black;
background: orange;
font-size: 12px;
font-weight: bold;
font-family: tahoma;
text-decoration: underline;
padding: 2px;
}

.tnav_information
{
border: 2px solid black;
border-top: none;
color: black;
background: lightyellow;
font-size: 12px;
font-weight: bold;
font-family: tahoma;
text-decoration: underline;
padding: 2px;
}

.tnav_left_information
{
border: 2px solid black;
border-top: none;
border-right: none;
color: black;
background: lightyellow;
font-size: 12px;
font-weight: bold;
font-family: tahoma;
text-decoration: underline;
padding: 2px;
}

.tnav
{
border: 2px solid black;
border-top: none;
color: black;
background: white;
font-size: 12px;
font-family: verdana;
line-height: 19px;
padding: 2px;
}

.tnav_left
{
border: 2px solid black;
border-top: none;
border-right: none;
color: black;
background: white;
font-size: 12px;
font-family: verdana;
line-height: 19px;
padding: 2px;
}

.notice
{
width: 700px;
border: 2px solid black;
color: black;
background: #FFC0C0;
font-size: 12px;
font-family: verdana;
line-height: 19px;
padding: 2px;
}

/*IE:
body: background
tab a: background
tab a:hover: background
*/
