/*  all media  */

/* global */
* {
	margin:0;
	padding:0;
}

html, body {
	color:#2a2a2a;
	font:10pt 'Cabin', Trebuchet MS, Helvetica, sans-serif;
	height:100%;
	font-weight: 500;
	background-image:url("../images/background.jpg");
	background-position:center top;
	background-repeat:repeat-y
} 

/* tags */

h1 { padding:0; }

h2 {  padding:0; font-size:12pt; font-variant:small-caps; font-weight:bold; }

h3 { font-weight:600; font-size:10pt;}

label,select { cursor:pointer; }

li{ line-height:15px; margin:10px 0 0 0; list-style: none outside none; }

p{ line-height:15px; font-size:10pt; padding:0 0 10px 0; }#C98B5C

textarea,input { font:10pt 'Cabin', Trebuchet MS, Helvetica, sans-serif; padding:2px; width:233px;}

/* custom */
.clear{ clear:both; }
.input{ border:1px solid #C98B5C; padding:2px; }
.page-break,.print-only { display:none; }
.point{ cursor:pointer; }

/* links */#C98B5C
a { font-weight:bold; text-decoration:none; color:#00ccff; }
a:link, a:visited { color:#AE4235; text-decoration:none; border:0 none; }
a:hover, a:active { color:#368300; text-decoration:none; border:0 none; }
a img { border:0 none; margin:32px 60px 0px 60px; }

/*  print media  */
@media print
{
/* global */
body { color:#000; font-size:10pt; }

/* layout */
#wrap { width:600px; }

/* custom */
.print-only { display:block; }
.page-break { page-break-before:always; }

/* links */
a { text-decoration:underline; color:#999; }
}


