/*////////////////////////////////////////////
General
////////////////////////////////////////////*/
body {
	font-size: 11pt;
	margin: 0px;
	background-color: #FFFFFF;
}
*, BODY, H1, H2, H3, H4, H5, H6, TD, TH, DIV, PRE, CODE, SPAN, P, OL, UL, DL, DT, DD, LI, BLOCKQUOTE{
	color: #666666;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
}
strong, b, .bold {
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	margin: 0px 0px 20px;
	font-weight: normal;
}
h1{
	font-size: 16pt;
	color: #999999;
}
h2{
	font-size: 14pt;
	color: #003366;
}
li {
	list-style-position: outside;
	list-style-type: circle;
}
HR, .line{
	color: #eee;
	background-color: #eee;
	height: 5px;
}
a:link, a:active, a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
/*////////////////////////////////////////////
LINKS Special 1
////////////////////////////////////////////*/
.special1{
	color: #999999;
}
.special1 a:link, .special1 a:visited, .special1 a:active, a:link.special1,  a:visited.special1,  a:active.special1{
	text-decoration: none;
}
.special1 a:hover, a:hover.special1{
	text-decoration: underline;
}
/*////////////////////////////////////////////
LINKS Special 2
////////////////////////////////////////////*/
.special2{
	color: #999999;
}
.special2 a:link, .special2 a:visited, .special2 a:active, a:link.special2,  a:visited.special2,  a:active.special2{
	text-decoration: none;
}
.special2 a:hover, a:hover.special2{
	text-decoration: underline;
}
/*////////////////////////////////////////////
Form Elements
////////////////////////////////////////////*/
.input, .select, .textarea, select, textarea{
	background-color: #FcFcFc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 200px;
}
/*////////////////////////////////////////////
Custom / Misc.
////////////////////////////////////////////*/
.error, .msg{
	font-style: italic;
	color: red;
}
.label {
	font-weight: bold;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
