* {font-size:100%;}

body {
	color:#404040;
	font:80% Arial;
	margin:20px 25px;
	background:#fff url(/i/bg-main.gif) 0 0;
}

table {border-collapse:collapse;}

th, td {padding:0;vertical-align:top;}

h1, h2, h3, h4, h5, p, pre, blockquote, fieldset, legend, dl, dt, dd, form {margin:0;}

h1, h2, h3, h4, h5, p, pre, blockquote, fieldset, ul, ol, dl {margin-bottom:15px;}

ul {margin-top:0;}
ol {margin-top:0;}
li {}

h1 {font-size:200%;}
h2 {font-size:120%;}
h3 {font-size:100%;}

dt {font-weight:bold;}
dd {}

blockquote {border:1px dashed #666; margin-left:25px; padding:5px;}

fieldset {padding:0 10px;}
legend {padding:15px 5px;}

input, select, textarea {font-family:Arial,Tahoma,Verdana;}
label {cursor:pointer;}

a {color:#365695;text-decoration:underline;}
a:hover {color:#872401;text-decoration:none;}

.message {color:#872401;font-weight:bold;font-size:140%;margin-bottom:15px;}

img {border:0;}

small {font-size:85%;}

sup, sub {font-size:80%;}

/* colors */

.grey {color:#666;}
.dark-grey {color:#333;}
.light-grey {color:#888;}

/* width */

.full {width:100%;font-size:120%;}
.notfull {width:85%;font-size:120%;}
.half {width:50%;font-size:120%;}
.tret {width:33%;font-size:120%;}
.quarter {width:25%;font-size:120%;}

/* messages */

.message {border-bottom:solid 1px #6e1213;padding-bottom:5px;color:#6e1213;font-weight:bold;}

/* tables */

table.txttable {border-style:solid;border-color:#999;border-width:1px 1px 0 0;}
table.txttable th {padding:5px;background:#f1f1f1;border-style:solid;border-color:#999;border-width:0 0 1px 1px;}
table.txttable td {padding:5px;border-style:solid;border-color:#999;border-width:0 0 1px 1px;}

/* wrapper */

.wrapper {clear:both;}