/* CSS Document */
BODY {
	margin : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBD8EB;
}
TD, P, LI {
	font-size: 14px;
	color : #666666;
}
A.home {font-size:10px;}
P.article {
	text-indent: 10px;
/*	text-align: justify;*/
	line-height: 1.5;
}
P.article:first-letter {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
TABLE.outer {
	width:741px;
	background-color: #ffffff;
	border: 1px solid #694572;
}
TABLE.nav {
	width:741px;
	height:64px;
	background: url(images/nav_bg.gif);
}
TABLE.nav TD {
 	border-bottom: 1px solid #D6C4D9;
}
TABLE.nav TD.open {
 	border-bottom: none;
 	border-left: 1px solid #D6C4D9;
 	border-right: 1px solid #D6C4D9;
	background: url(images/nav_bg_3.gif);
}
TABLE.nav TD.secondary {
	background: url(images/nav_bg_2.gif);
	height: 20px;
}
TABLE.nav TD.secondary A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
DIV.panel_right {
	margin-top:23px;
	margin-right:33px;
	width:246px;
	height:204px;
	padding-top:5px;
	padding-bottom:2px;
	overflow: auto;
}
DIV.panel_left {
	margin-top:23px;
	margin-left:32px;
	width:245px;
	height:204px;
	padding-top:2px;
	padding-bottom:2px;
	overflow: auto;
}
TABLE.copyrt {
	background-image: url(images/nav_bg.gif);
	width: 741px;
}
TABLE.copyrt TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
DIV.content {
	margin:20px;
}
.subtitle {
	font-size:20px;
/*	text-decoration : underline;*/
	color : #694572;
}
.stress {
	font-weight: bold;
	color : teal;
}
.note {
	font-size:10px;
}
.form {
	background : #ffffff;
	width:500px;
	border: 1px ridge #333333;
	color: #333333;
}
.formTitle {
	background:#cccccc;
	color:#ffffff;
	width:100%;
	height:35px;
	font-size:25px
}
.formNote {
	color : #336699;
	font-size : 10px;
}
