/* ссылки */
a {
	color:#000080;
	text-decoration:underline;
}
a:hover {
	color:#800000;
	text-decoration:underline;
}

a#TopMenuLink {
	color:#FFFFFF;
	text-decoration:none;
}
a#TopMenuLink:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/* // ссылки */



/* Основные форматы текста */
p {
	font-family:Times New Roman;
	font-size:12pt;
	margin:15px;
}

p#Title {
	font-family:Times New Roman;
	font-weight:bold;
        font-size:12pt;
	color:#999999;
	margin:15px;
}

p#TopMenu {
	font-family:Microsoft Sans Serif;
        font-size:8pt;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:4px;
	text-align:right;
}

p#SectionTitle {
	font-family:Times New Roman;
        font-size:16pt;   
        text-align:center;  
}

p#InfoTitle {
	font-size:20pt;
	color:#999999;

}

p#InfoText {
	font-family:Times New Roman;
        font-size:11pt;
        color:#999999;
        text-align:justify;

}

p#BottomText {
	font-family:Times New Roman;
        font-size:11pt;
        margin-top:5px;
	margin-bottom:5px;
text-align:center;
}
/* // Основные форматы текста */



/* Формат элементов формы */
form {
	margin:0px;
}

p.FormField {
	margin-top:5px;
	margin-bottom:5px;
}

input, textarea {
	font-family:Microsoft Sans Serif;
	font-size:9pt;
}

input#First {
	margin-left:10px;
	width: 250px;
}

input#Last {
	margin-left:11px;
	width: 250px;
}

input#Organization {
	margin-left:2px;
	width: 250px;
}

input#Address {
	margin-left:35px;
	width: 250px;
}

input#City {
	margin-left:61px;
	width: 250px;
}

input#Zip {
	margin-left:32px;
	width: 250px;
}

input#Country {
	margin-left:29px;
	width: 250px;
}

input#Phone {
	margin-left:40px;
	width: 250px;
}

input#Email {
	margin-left:39px;
	width: 250px;
}

textarea#Comments {
	width: 331px;
}

input#Button {
	margin-left:110px;
	width: 165px;
}
/* // Формат элементов формы */