

/* tag styles */

    body {
		background-color: #FFFFFF; 
		color: #000000; 
		font-family: tahoma, monaco, arial, sans-serif;
		margin: 0; 
		padding: 0;
	}

	H1 {
		color: #2B442D;
		font-family: Georgia , Times , "Times New Roman" , times , serif;
		font-size: 22px;
		font-style: italic;
		font-weight: 900;
		margin: 30px 0 5px 0;
		padding: 0;
	}

	H2 {
		color: #194DA9;
		font-family: Georgia , Times , "Times New Roman" , times , serif;
		font-size: 18px;
		font-style: italic;
		font-weight: 600;
		line-height: 20px;
		margin: 20px 0 5px 0;
	}

	H3 {
		color: #194DA9;
		font-family: Georgia , Times , "Times New Roman" , times , serif;
		font-size: 16px;
		font-weight: 800;
		line-height: 20px;
		margin: 20px 0 5px 0;
	}

	H4 {
		color: #194DA9;
		font-family: Georgia , Times , "Times New Roman" , times , serif;
		font-size: 14px;
		font-weight: 800;
		line-height: 20px;
		margin: 10px 0 5px 0;
	}

	H5 {
		color: #194DA9;
		font-family: Georgia , Times , "Times New Roman" , times , serif;
		font-size: 12px;
		font-weight: 800;
		line-height: 20px;
		margin: 10px 0 5px 0;
	}

	P {
		font-size: 12px;
		font-weight: 300;
		line-height: 18px;
		margin: 7px;
	}

	UL,OL,DL {
		font-size: 12px;
		font-weight: 300;
		line-height: 18px;
		margin: 0 30px 0 30px;
	}

	LI,DT {
		margin: 5px;
	}

	DT {
		font-weight: 700;
	}

	DD {
		margin: 0 0 0 30px;
	}

/* template styles */

	#borderTopLeftCorner {
		background-color: #FFFFFF;
	}

	#borderTop {
		background-color: #FFFFFF;
		background-image: url('/images/template/border_top.gif'); 
		background-repeat: repeat-x;
		color: #000000; 
		padding: 10px; 
		width: 100%;
	}

	H1#pageTitle {
		margin: 0;
	}

	TD#borderTopRighCorner {
		background-color: #FFFFFF;
		background-image: url('/images/template/border_top_right_corner.gif'); 
		background-repeat: no-repeat;
	}

	TD#borderLeft {
		background-color: #FFFFFF;
		background-image: url('/images/template/border_left.gif');
		background-repeat: repeat-y;
	}

	TD#pageContentContainer {
		background-color: #FFFFFF; 
		color: #000000; 
		padding: 10px;
	}

	DIV#pageContent {
		width: 95%;
	}

	TD#borderRight {
		background-color: #FFFFFF;
		background-image: url('/images/template/border_right.gif');
		background-repeat: repeat-y;
	}

	TD#borderBottomLeftCorner {
		background-color: #FFFFFF;
		background-image: url('/images/template/border_bottom_left_corner.gif');
		background-repeat: no-repeat;
	}

	TD#borderBottom {
		background-color: #FFFFFF;
		background-image: url('/images/template/border_bottom.gif');
		background-repeat: repeat-x;
	}

	TD#borderBottomRightCorner {
		background-color: #FFFFFF;
		background-image: url('/images/template/border_bottom_right_corner.gif');
		background-repeat: no-repeat;
	}

/* table classess */
	
	TABLE.lightblue {
		background-color: #E0ECFF;
		border: 0px solid #194DA9;
		border-width: 1px 1px 1px 1px;
		font-size: 12px;
		margin: 7px;
	}
		
	
	TABLE.content {
		background-color: #EBEBEB;
		border: 0px solid #591900;
		border-width: 1px 0 0 1px;
		font-size: 12px;
		margin: 7px;
	}

	TABLE.content TR {
		border: 0px solid #591900;
		border-width: 0 1px 1px 0;
	}

	TABLE.content TH, TD.header {
		background-color: #C0C0C0;
		border: 0px solid #591900;
		border-width: 0 1px 1px 0;
		color: #2B442D;
		font-family: Georgia , Times , "Times New Roman" , times , serif;
		font-size: 14px;
		font-weight: 800;
		text-align: left;
		padding: 4px;
	}

	TABLE.content TD {
		border: 0px solid #591900;
		border-width: 0 1px 1px 0;
		color: #000000;
	}

	TD.alignCenter {
		text-align: center;
	}

	TD.alignRight {
		text-align: right;
	}

	TD.alignLeft {
		text-align: left;
	}

	TD.columnRight {
		text-align: right;
		width: 33%;
	}

	TD.columnLeft {
		text-align: left;
		width: 64%;
	}

/* links */

	A:link {
		color: #194DA9;
	}
	A:visited {
		color: #2B442D;
	}
	A:hover {
		color: #8C3307;
	}
	A:active {
		color: #591900;
	}
	
	A.bottomLinks:link {
		color: #2B442D;
	}
	A.bottomLinks:visited {
		color: #2B442D;
	}
	A.bottomLinks:hover {
		color: #2B442D;
	}
	A.bottomLinks:active {
		color: #2B442D;
	}
	
/* other */
	.mediumtext {font-family: tahoma, monaco, arial, sans-serif; font-size:14px; line-height:16px; margin-left: 0px; margin-right: 0px; margin-bottom: 5px;}


