@charset "utf-8";
/* CSS Document */

img {
	border:						0px;
}

p {
	margin:						0px;
	text-align:				justify;
}

h1 {
	display:					block;
	height:						38px;
	margin:						0 0 20px 0;
	padding:          0 0 0 45px;
	background:				transparent url('./../grfx/h1_bg.gif') 0px 0px no-repeat;
}

h2 {
	display						block;
	margin:						0 0 20px 0;
	padding:          3px 0 0 25px;
}

ol li {
	padding:          3px 0 3px 0;
}

span.emphasis {
	font-weight:			bold;
	text-decoration:	underline;
	font-size:				14px;
}

.right {
	float:						right;
	width:						221px;
	font-size:				12px;
	color:						#000000;
	padding:          0 0 25px 25px;
}

.right img {
	padding:          10px;
	display:					block;
	margin:						0 auto 0 auto;
}

.right h2 img {
	padding:          0px;	
	margin:						0px;
}

ul.list {
	list-style:				none;
}

ul.list li {
	background:				transparent url('./../grfx/bullet-arrow.gif') 0px 3px no-repeat;
	padding:          0 0 0 13px;
}

div.purple_box, div.green_box {
	width:						221px;
	color:						#ffffff;
	margin:           0 0 25px 0;
}

div.purple_box_big, div.green_box_big {
	width:						500px;
	color:						#ffffff;
	margin:           0 0 25px 0;
}

div.purple_box ul, div.green_box ul {
	margin:						0 0 0 10px;
	padding:          15px;
}

div.purple_box, div.purple_box_big {
	background:				#683474;
}

div.green_box, div.green_box_big {
	background:				#19931a;
}

div.green_box a, div.purple_box a {
	text-decoration:	none;
	color:						#ffffff;
}

div.green_box a:hover, div.purple_box a:hover {
	text-decoration:	underline;
}

div.purple_box p, div.green_box p {
	padding:          0 13px 0px 13px;
	text-align:				left;
}

div.green_box .header {
	height:						40px;
	background:				transparent url('./../grfx/green_top.gif') 0px 0px no-repeat;
}

div.green_box .footer {
	height:						12px;
	background:				transparent url('./../grfx/green_bottom.gif') 0px 0px no-repeat;
}

div.green_box_big .header {
	height:						40px;
	background:				transparent url('./../grfx/green_top_big.gif') 0px 0px no-repeat;
}

div.green_box_big .footer {
	height:						12px;
	background:				transparent url('./../grfx/green_bottom_big.gif') 0px 0px no-repeat;
}

div.purple_box .header {
	height:						40px;
	background:				transparent url('./../grfx/purple_top.gif') 0px 0px no-repeat;
}

div.purple_box .footer {
	height:						12px;
	background:				transparent url('./../grfx/purple_bottom.gif') 0px 0px no-repeat;
}

div.purple_box_big .header {
	height:						40px;
	background:				transparent url('./../grfx/purple_top_big.gif') 0px 0px no-repeat;
}

div.purple_box_big .footer {
	height:						12px;
	background:				transparent url('./../grfx/purple_bottom_big.gif') 0px 0px no-repeat;
}


.highlight {
	color:						#ff0000;
}









