/* ======================== 
   BASIC DESIGN DEFINITIONS
   ======================== */
   
body {
	background: #d2ebf0;
}

* { font-family: Arial, sans-serif }

h1 { font-size: 14pt }

h2 { font-size: 13pt }

h3 { font-size: 12pt }

p,
a,
h4,
div,
td { font-size: 9pt }

a {
 color: #245d82;
 font-weight: bold;
 text-decoration: none;
} 

a:hover { text-decoration: underline }

p {	color: #000 }

body,
div,
img,
embed,
object,
p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	vertical-align: bottom;
}

table,
tr,
td {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

.clear { clear: both }

.left { float: left }
.right { float: right }

.blueback { background: #d2ebf0 }

.fullheight { 
  height: 100%;
  margin-bottom: 0px;
}

.test {
  background: #f0f !solid;
}

td.contents .box p,
td.contents .box .boxcontent { padding: 8px !important }

blockquote { margin: 8px }

a.tab {
	margin-right: 10px;
}

/*
 * JAVASCRIPT COUNTER
 */

.lcdstyle{ /*Example CSS to create LCD countdown look*/
display: block;
background: url('../img/header_bg.gif');
color:#FFFFFF;
font: normal 11px Arial,Verdana;
text-decoration: none;
line-height: 30px;
height: 30px;
padding-left: 10px;
padding-right: 10px;
}
