/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

.error {
	color: #FF0066;
	font-weight: bold;
}

p {
}

.small_text {
	font-size: 10px;
	line-height: 13px;
}

ul {

}

td {
	vertical-align: top;
}
td.tdtopline {
	border-top: 1px solid #666666;
}

td.td_vmiddle {
	vertical-align: middle;
}

td.tdtitle_w {
	background-image: url(images/title_w.gif);
	background-repeat: repeat-y;
}

td.tdnav_w {
	background-image: url(images/nav_w.gif);
	background-repeat: no-repeat;
}

td.tdnav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	width: 252px;
	height: 188px;
}

td.tdpage_s {
	background-image: url(../images/homepage/double_page_s.jpg);
	background-repeat: no-repeat;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #663399;
}

a:hover, a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #666699;
}

a.asmall, a.asmall:link, a.asmall:visited {
	text-decoration: none;
	color: #663399;
	font-size: smaller;
}

a.asmall:hover, a.asmall:visited:hover {
	text-decoration: underline;
	color: #666699;
}

h1 {
	color: #57437b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h2 {
	color: #00a7e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h1.h1c1 {
	color: #9d89d9;
}
h1.h1c2 {
	color: #2d97dc;
}
h1.h1c3 {
	color: #4ab0b0;
}
h1.h1c4 {
	color: #6a5294;
}
h1.h1c5 {
	color: #779970;
}

.tc {
	color: #57437b;
	font-style: italic;
}

/*
	MISC
*/

.footer {
	font-size: 10px;
	color: #666666;
}

p.pwarning {
	color: #FF0033;
}

/*
	FORMS
*/

p.formtext {
	line-height: 18px;
}

input {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.input_simulated {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

input.username, input.password {
	border-top: none;
	border-left: none;
	border-right: none;
	border: 1px solid #CCCCCC;
	/*background-color: #FFFFFF;*/
	background-image: url(../images/general/input_login_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 130px;
}

input.username:focus, input.password:focus {
	border: 1px solid #FF6699;
	/*background-color: #FFCCFF;*/
	background-image: url(../images/general/input_login_bg_focus.gif);
	background-repeat: repeat-x;
}

a.button_m, a.button_m:link, a.button_m:visited {
	background-image: url(../images/general/button_normal_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #6a6877;
	display: block;
	width: 100px;
	height: 16px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

a.button_m:hover, a.button_m:visited:hover {
	background-image: url(../images/general/button_hover_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #6a6877;
}

a.button_l, a.button_l:link, a.button_l:visited {
	background-image: url(../images/general/button_normal_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #6a6877;
	display: block;
	width: 150px;
	height: 16px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

a.button_l:hover, a.button_l:visited:hover {
	background-image: url(../images/general/button_hover_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #6a6877;
}

p.p_testimony {
	margin-left: 30px;
	margin-right: 30px;
}

p.p_question {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	line-height: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*
	FOR TESTING ONLY
*/
ul.design_notes {
	color: #d86aa5;
	font-weight: bold;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 16px;
}
li.design_notes {
	color: #d86aa5;
	font-weight: bold;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 16px;
}