/* Styles: Links. */
a {
color:#336699;
text-decoration:underline;
}

a:visited {
color:#990000;
text-decoration:underline;
}

a:hover {
color:#990000;
text-decoration:none;
}

a#Main_Menu {
        color:#999999;
	text-decoration:none;
}

a#Main_Menu_Active {
	color:#990000;
	text-decoration:none;
}


a#MenuLink {
	color: #336699;
	text-decoration: none;
        font-weight:bold;
}
a#MenuLink:hover {
	color: #990000;
	text-decoration: none;
        font-weight:bold;
}

a#MenuLinkActive {
	color: #990000;
	text-decoration: none;
        font-weight:bold; 
}
a#MenuLinkActive:hover {
	color: #CC0000;
	text-decoration: none;
        font-weight:bold;
}

a#Bottom_Menu {
	color:#336699;
	text-decoration:none;
        font-weight:bold;
}

/* // Styles: Links. */




/* Styles: Main text. */
p {
	font-family:Tahoma;
	font-size:8pt;
	color:#323232;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}

h1 {
        font-family:Times New Roman;;
        font-size:13pt;
	color:#003399;
        font-weight:bold;
        margin-left:5px;
        margin-top:10px;
	margin-bottom:5px;
}

h2 {
        font-family:Times New Roman;
	font-size:12pt;
	color:#003399;
        margin-top:10px;
        margin-left:5px; 
	font-weight:bold;
	margin-bottom:0px;
}

p#Header {
        font-family:Times New Roman;
	font-size:13pt;
	color:#336699;
        font-weight:bold;
	margin-bottom:0px;
}

p#main {
	font-family:Verdana;
	font-size:9pt;
	color:#000000;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}

p#spisok {
	font-family:Verdana;
	font-size:9pt;
	color:#000000;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}



p#Header_Syn {
	font-family:Times New Roman;
        font-size:14pt;
	text-align: center;
        color:#336699;
	margin-bottom:5px;
}

p#Sub_Header {
        font-family:Times New Roman;
	font-size:12pt;
	color:#003399;
	font-weight:bold;
	margin-bottom:0px;
}

p#Link {
	color:#FF0000;
	margin-top:-9px;
	margin-left:2px;
}

p#List_Link {
	color:#FF0000;
	margin-top:1px;
	margin-left:2px;
}

span#Selected {
	color:#336699;
}
/* // Styles: Main text. */




/* Styles: Info text. */
p#Info_Header {
	color:#336699;
	font-weight:bold;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
}

p#Info {
	text-align:justify;
        margin-left:11px;
}

p#Info_Link {
        margin-top:-9px;
	margin-left:8px;
}
/* // Styles: Info text. */




/* Styles: Banner text. */
p#Banner_Header {
	color:#FFFFFF;
	font-weight:bold;
	margin-top:4px;
	margin-left:12px;
	margin-bottom:4px;
}

p#Banner {
	color:#336699;
	margin-top:6px;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:5px;
}

p#Banner_Link {
	margin-top:-4px;
	margin-left:12px;
	margin-bottom:0px;
}
/* // Styles: Banner text. */




/* Styles: Other. */
p#Main_Menu {
	font-weight:bold;
	margin-top:5px;
	margin-left:2px;
        margin-bottom:6px;
}

p#Bottom_Menu {
	color:#91A2B7;
	margin-top:0px;
	margin-bottom:4px;
}

p#Copyright{
        font-family:Tahoma;
	font-size:9pt;
	color:#999999;
	margin-bottom:0px;
}
/* // Styles: Other. */





/* Styles: Form. */
form {
	margin:0px;
}

input, textarea {
	font-family:Tahoma;
	font-size:8pt;
}

input#First {
	margin-left:0px;
	width:262px;
}

input#Last {
	margin-left:1px;
	width:262px;
}
input#job {
	margin-left:12px;
	width:262px;
}

input#Phone {
	margin-left:20px;
	width:262px;
}

input#Email {
	margin-left:22px;
	width:262px;
}

textarea#Comments {
	width:330px;
}

input#Company {
	margin-left:5px;
	width:262px;
}

input#Address {
	margin-left:11px;
	width:262px;
}

input#City {
	margin-left:31px;
	width:262px;
}

input#Zip {
	margin-left:10px;
	width:262px;
}

input#Country {
	margin-left:11px;
	width:262px;
}

input#Button {
	width:100px;
}
/* Styles: Form. */