* {
font-family:"Arial",Verdana,Century Gothic,Helvetica,sans-serif;
outline:none;
}

body,td,th,input,textarea,select {
color:#31305A;
font-size:10pt;
}

body{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
font-size:18pt;
text-align:center;
margin-top:0px;
color:#CE2421;
}

h2 {
font-size:14pt;
text-align:left;
color:#CE2421;
}

h3 {
font-size:12pt;
text-align:left;
color:#CE2421;
}

h4 {
font-size:10pt;
text-align:left;
color:#CE2421;
}

input,textarea,select {
border:1px solid #31305A;
color:#31305A;
padding:2px;
}

a.js, a:link,a:visited,a:active {
color:#31305A;
text-decoration:underline;
cursor:pointer;
}

a.js:hover, a:hover {
color:#31305A;
font-weight:bold;
text-decoration:underline;
}

a:link.navi,a:visited.navi,a:active.navi {
text-decoration:none;
color:#31305A;
font-weight:bold;
}

a:hover.navi {
text-decoration:underline;
color:#CE2421;
font-weight:bold;
}


.error {
font-weight:bold;
color:#CE2421;
text-align:left;
line-height:35px;
margin-bottom:25px;

padding-left:40px;

background-color:#ffffff;
border:1px solid #bb0000;

background-image:url('images/icon_error.png');
background-repeat:no-repeat;
background-position:12px center;

-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari, Chrome */
-khtml-border-radius:5px; /* Konqueror */
border-radius:5px; /* CSS3 */
}

.success {
font-weight:bold;
color:#ffffff;
text-align:left;
line-height:35px;
margin-bottom:25px;

padding-left:40px;

background-color:#56c008;
border:1px solid #009631;

background-image:url('images/icon_success.png');
background-repeat:no-repeat;
background-position:12px center;

-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari, Chrome */
-khtml-border-radius:5px; /* Konqueror */
border-radius:5px; /* CSS3 */
}
