/*-----------------------------------------------------------*/
/* Public: CSS
/*-----------------------------------------------------------*/

/* Global ---------------------------------------------------*/
html {
	color: #000000;
	background: #FFFFFF;
}
body {
	font: normal 12px/14px 'Arial', 'Sans-Serif';
}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, p, form, div, pre, code, fieldset, legend, input, textarea, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none;
}
object {
	outline: 0px;
}
fieldset, img {
	border: 0px;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
legend {
	color: #000000;
}
del, ins {
	text-decoration: none;
}
/*-----------------------------------------------------------*/

/* PAG_Page -------------------------------------------------*/
.PAG_Page .FRM_Row {
	padding: 0px 0px 10px 0px;
}
.PAG_Page .FRM_Row .FRM_TextInput,
.PAG_Page .FRM_Row .FRM_Textarea,
.PAG_Page .FRM_Row .FRM_Select {
	margin: 7px 0px 0px 0px;
} 
.PAG_Page .FRM_Row .FRM_TextInput,
.PAG_Page .FRM_Row select,
.PAG_Page .FRM_Row option {
	font-family: Courier New, Courier New, Courier, monospace;
	width: 500px;
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border: 1px solid #003D57;
}
.PAG_Page .FRM_Row .FRM_Textarea {
	font-family: Courier New, Courier New, Courier, monospace;
	width: 500px;
	height: 200px;
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border: 1px solid #003D57;
}
.PAG_Page .FRM_Row .FRM_Submit {
	padding: 5px 5px 5px 0px;
}
.PAG_Page .Success {
	border: 1px solid #0a8700;
	padding: 10px 10px 10px 20px;
	color: #0a8700;
	margin: 0px 0px 10px 0px;
	background: #ecffeb;
	text-align: center;
	cursor: pointer;
	width: 479px;
}
.PAG_Page .Errors {
	width: 488px;
	border: 1px solid #e10005;
	padding: 10px;
	color: #e10005;
	margin: 0px 0px 10px 0px;
	background: #ffebec;
	cursor: pointer;
}
/*-----------------------------------------------------------*/

/* Main -----------------------------------------------------*/
html {
	background: url('/img/v1/main.bg.gif') top center repeat ;
}
.Header {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	font-family: arial, tahoma, sans-serif;
	color: #FFFFFF;
}
.Header .NavBar {
	width: 532px;
	margin: 10px auto 0px auto;
	padding: 10px 0px 10px 0px;
	background: #005f87;
	border: 1px solid #003d57;
}
.Header .NavBar h1 {
	font-weight: bold;
}
.Header .NavBar ul {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
.Header .NavBar ul li {
	display: inline;
}
.Header .NavBar ul a,
.Header .NavBar ul a:visited,
.Header .NavBar ul a:active {
	color: #FFFFFF;
}
.Header .NavBar ul a:hover {
	color: #82daff;
}
/*-----------------------------------------------------------*/

/* Contact PAG_contact --------------------------------------*/
.PAG_contact {
	padding: 10px 0px 0px 0px;
}
.PAG_contact .ContactWrapper {
	width: 512px;
	padding: 0px 10px 10px 10px;
	margin: 0px auto 0px auto;
	background: #005F87;
	border: 1px solid #003D57;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
}
.PAG_contact .ContactWrapper h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}
.PAG_contact .ContactWrapper h2 {
	padding: 0px 0px 10px 0px;
}
.PAG_contact .ContactWrapper p {
	padding: 0px 0px 5px 0px;
}
/*-----------------------------------------------------------*/