/* CSS Document */

html,body {
	margin: 0 0 0 0;
	height: 100%;
	/*background: #ffffff url(/images/logo/head_continue.gif) repeat-x 100% 0%;
	background: #ffffff url(/images/logo/head_continue.gif) repeat-x 100% 0%;*/
	background: #ffffff url(/images/logo/head_continue_new.gif) repeat-x 100% 0%;
}

html,body,p,ul,td,li,br,select,input,textarea {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;
}

html,body,p,h1,h2,h3,h4,h5,h6,form,ul,li,ol,div,legend,fieldset,img,br,span,label,input {
	margin: 0;
	padding: 0;
}

hr {
	background-color:#2A57A4; 
	color:#2A57A4; 
	border: #2A57A4; 
	height: 1px; 
	margin-top: 15px;
}

img,fieldset {
	border: none;
}

.fett {
	font-weight: bold;
}

a { text-decoration: underline; }
a:link { color: #2A57A4; }
a:visited { color: #2A57A4; }
a:hover { color: #2A57A4; }
a:active { color: #2A57A4; }

table {
    border-width:1px;
    border-style:solid;
    border-top-color:#D1D1D2;
    border-left-color:#D1D1D2;
    border-right-color:#F2F2F2;
    border-bottom-color:#F2F2F2;
}

td {
	vertical-align: top;
	background-color: #EEF0F7;
	border-bottom: 1px solid #D1D1D2;
}


