body
{
	font-size: 11px;
	color: #2F2F30;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
	text-align: justify;

	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3 {
	font-size: 26px;
	color: #1B75BC;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, Arial;

	padding-bottom: 2px;
	margin-bottom: 2px;
}

h2 {
	font-size: 20px;
	color: #555555;

	padding-top: 2px;
	margin-top: 2px;
}

h3 {
	font-size: 12px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #1A70BB;
}

a:link    {color: #1A70BB; text-decoration: none;}
a:visited {color: #1A70BB; text-decoration: none;}
a:active  {color: #555555; text-decoration: none;}
a:hover   {color: #999999; text-decoration: underline;}

.menu_top, .menu_top_act, {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	vartical-align: middle;
	text-align: center;
	padding-right:     28px;
}

.menu_left, .menu_left_act, .menu_line_header {
	font-size: 11px;
	color: #2F2F31;
	font-family: Tahoma, Verdana, Arial;
	padding-top:       5px;
	padding-bottom: 5px;
	padding-left:       0px;
	padding-right:     4px;
}
.menu_left_act {
	color: #777777;
}


.menu_line {
	font-size: 12px;
	color: #1A75BC;
	padding: 1px;
}

.menu_line_header {
	font-size: 12px;
	font-weight: bold;
	color: #1A75BC;
	font-family: Microsoft Sans Serif, Tahoma, Verdana, Arial;
	text-transform: uppercase;
	text-decoration: underline;
}


p {
       font-size: 12px;
       color: #2F2F30;
       font-weight: normal;
       text-align: left;
       vertical-align: top;
       text-indent: 0px;

       padding-top:    2px;
       padding-bottom: 2px;
       padding-left:   2px;
       padding-right:  2px;
}

table, form {
       font-size: 12px;
       color: #2F2F30;
       font-weight: normal;
       text-align: left;
       vertical-align: top;
}

.p_tech {
        font-size: 12px;
        text-align: left;
        vertical-align: top;
        padding: 2px;
        margin:  2px;
        background-color: #FFFFFF;
}

.p_tech td {
	border-bottom: 1px solid #CCCCCC;
}

.p_tech_header {
        font-size: 11px;
        color: #555555;
        font-weight: bold;
        text-align: left;
        vertical-align: top;
        padding: 2px;
        margin:  2px;
        background-color: #FFFFFF;
}

.p_comment {font-size: 11px; color: #333333;}

.p_title {
	font-size: 18px;
	color: #555555;
}


textarea,input {
	font-size: 12px;
	background: #FFFFFF;
	border: 1pt solid #CCCCCC;
	color: #555555;
}
