@charset "utf-8";
/* CSS Document */

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #333333;
	background: #ffb900;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Classes */
 
.clear         { clear:both; }
.float-left    { float:left; margin:0 20px 10px 0; }
.float-right   { float:right; margin:0 0 10px 20px; }

.align-top		{ vertical-align:top }
.align-middle	{ vertical-align:bottom }
.align-bottome	{ vertical-align:middle }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* styles */

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #0a5ca5;
	margin: 20px 20px 10px 20px;
	}
	
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 20px 10px 24px;
	}
	
form	{
		padding: 20px;
		} 

a:link {color: #0a5ca5; text-decoration: underline}
a:visited {color: #0a5ca5; text-decoration: underline}
a:hover {color: #990000; text-decoration: underline; background-color:#ffb900}
a:active {color: #990000; text-decoration: underline; background-color:#ffb900}

/* classes */
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	margin: -10px 20px 10px 20px;
	text-align: right;
	}

.address	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 5px 20px 5px 420px;
			letter-spacing: 1.5px;
			}
			
.copyright	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 20px 10px 10px 10px;
			padding: 10px 0 0 0;
			letter-spacing: 1.5px;
			text-align:center;
			border-top: 1px solid #0a5ca5;
			}
			
.img-head	{
	margin: 20px 0 20px 20px;
	}
	
.cell-form, .cell-form-define	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px 16px 4px 16px;
			}

.cell-form-define	{
	width: 160px;
	}
			
.cell-form	h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 16px 0 0 0;
			}
			
.formfield	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #999999;
	width: 100%;
			}

/* ids */

#centerpage    
	{
	position: absolute;
	left: 50%;
	top: 30px;
	width: 760px; /* Overall width of div */
   	margin-left: -380px; /* half of the overall width */
    visibility: visible;
	border: 4px solid #0a5ca5;
	background-color: #FFFFFF;
	}
	
#table-contact  {
	border: 1px dotted #999999;
	padding: 20px;
	}
		
