* {font-size:100%;}

body {
	background:#eff1f3 url(/i/bg.gif) 0 0 repeat-y;	
	color:#404040;
	font:80% Arial,Tahoma,Verdana;
	margin: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, ol {margin-top:0;}

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

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:#527bb9;	text-decoration:none;}
a:hover {color:#ff6600; text-decoration:none;}

img {border:0;}

small {font-size:85%;}

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


/* colors */

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


/* width */

.full {width:100%;}
.half {width:50%;}
.quarter {width:25%;}

.message {border-bottom:solid 1px #ff6600;padding-bottom:5px;margin-bottom:15px;color:#ff6600;font-weight:bold;font-size:120%;}
