/* CSS file */


body
{
margin: 0px;
font-family : Verdana;
font-size: 13px;
background-image: url('images/bggreydiag.gif');
background-repeat: repeat
}

table.main {
background-color: #FFFFFF;
width: 95%
}

img.tutorial{
margin: 3px 15px
}

input.button { 
	margin: 0;
	cursor: pointer;
	font: bolder 10px Verdana; 
	border: 1px solid #666666; 
	padding: 2px 3px; 
	background: #DDFFDD;
	color: #000000;
}

.footer{
font-size: 9px;
text-align: center
}

.sm9{
font-size: 9px;
}
.notice{
font-weight: bold;
color: #27CD16;
text-align: center
}

p.updated{
font-size: 9px;
font-style: italic;
text-align: right
}

p.news{
font-size: 12px;
font-style: italic;
}

p.quote{
font-size: 12px
}

p.author{
font-size: 12px;
text-align: right
}

.centerSmall{
font-size: 10px;
text-align: center
}

.tiny{
font-size: 8px
}

.px9{
	font-size: 9px;
}

p.newsJust{
font-size: 12px;
font-style: italic;
text-align: justify
}

p.top{
font-size: 9px;
text-align: right
}

p.big{
font-size: 14px
}

h1{
font-size: 25px;
color: #003300
}

h2{
font-size: 16px
}

h2.news{
font-size: 16px;
color: #27CD16;
text-align: center
}

.subMsg{
font-size: 12px;
text-align: center
}

h3{
font-size: 14px;
font-weight: bold
}

h3.red{
color: #FF0000;
}

div.special{
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #FF5566;
}

li{
font-size: 12px;
text-align: right
}

li.jobs{
text-align: left;
}

li.lm{
text-indent: 20px;
text-align: left;
}

td.bar{
background-color: #38BD77;
background-image: url(greenBarWide.jpg);
background-repeat: no-repeat
}

div.builderHeader{
width: 850px;
font-size: 9px;
text-align: right;
}

a.yellow:link {text-decoration: underline; color: #FFFF00; font-weight: bold}
a.yellow:visited {text-decoration: underline; color: #FFFF00; font-weight: bold}
a.yellow:active {text-decoration: underline; color: #FFFF00; font-weight: bold}
a.yellow:hover {text-decoration: none; color: #FFFF00; font-weight: bold}


A.special:link {text-decoration: none; color: #27CD16; font-weight: bold}
A.special:visited {text-decoration: none; color: #27CD16; font-weight: bold}
A.special:active {text-decoration: none; color: #0094FF; font-weight: bold}
A.special:hover {text-decoration: underline; color: #27CD16; font-weight: bold}

A:link {text-decoration: none; color: #0094FF; font-weight: bold}
A:visited {text-decoration: none; color: #0094FF; font-weight: bold}
A:active {text-decoration: none; color: #27CD16; font-weight: bold}
A:hover {text-decoration: underline; color: #0094FF; font-weight: bold}
