.text {
	color:black;
	background-color:white;
	padding:8px;
	margin-right:8px;
	font-size:1em;
	line-height:19px;
	width:95%;
	}

.text ul {
	margin-top:0px;
	margin-bottom:10px;
	margin-top:5px;
	}

.text li {
	margin-top:0px;
	margin-bottom:0px;
	}

.text_img_l {
	float:left;
	border:0px;
	margin-right:10px;
	position:relative;
	}

.text_img_r {
	float:right;
	border:0px;
	margin-left:10px;
	position:relative;
	}

.text_img  {
	vertical-align:middle;
	border:0px;
	}

.text hr {
	height:0px;
	border:1px solid #aaaaff;
	border-width:1px 0 0 0;
	color:#aaaaff;
	margin:0px;
	padding:0px;
	}


.text_h1list {
	background-color:#f1f4ff;
	width:200px;
	padding:4px;
	padding-right:0px;
	border:1px solid #dddddd;
	border-right:0px;
	margin-bottom:4px;
	}

.text_h1list a {
	display:block;
	height:auto;
	border-top:1px solid white;
	padding:4px;
	color:white;
	background-color:rgb(150,180,255);
	text-decoration:none;
	font-weight:normal;
	}

.text_h1list a:hover {
	color:black;
	background-color:rgb(200,220,255);
	}

.message {
	font-weight:bold;
	color:black;
	background-color:#ffff77;
	margin:1px;
	}

.errormessage {
	font-weight:bold;
	color:white;
	background-color:#cc6666;
	margin:1px;
	}

.successmessage {
	font-weight:bold;
	color:black;
	background-color:#66ff55;
	margin:1px;
	}

.box {
	background-color:#f1f4ff;
	width:100%;
	padding:4px;
	border:1px solid #dddddd;
	margin-bottom:4px;
	margin-left:4px;
	margin-right:4px;
	}

.box img {
	margin-top:4px;
	margin-bottom:4px;
	}

.box a {
	color:black;
	text-decoration:none;
	font-weight:normal;
	background-color:rgb(150,180,255);
	color:white;
	}

.box a:hover {
	background-color:rgb(150,180,255);
	color:black;
	}

.box2 {
	float:left;
	background-color:white;
	width:47%;
	padding:4px;
	border:1px solid #dddddd;
	margin-bottom:4px;
	margin-left:4px;
	margin-right:4px;
	}

.box2 img {
	margin-top:4px;
	margin-bottom:4px;
	}

.box2 a {
	color:black;
	text-decoration:none;
	font-weight:normal;
	background-color:rgb(150,180,255);
	color:white;
	}

.box2 a:hover {
	background-color:rgb(150,180,255);
	color:black;
	}

.box3 {
	background-color:white;
	width:95%;
	padding:4px;
	border:1px solid #dddddd;
	margin-bottom:4px;
	margin-left:4px;
	margin-right:4px;
	}

.text a {
	display:inline;
	color:rgb(0,0,200);
	text-decoration:none;
	background-color:transparent;
	}

.text a:hover {
	color:rgb(0,0,200);
	background-color:transparent;
	text-decoration:underline;
	}

.linkbutton {
	padding:4px;
	text-decoration:none;
	color:black;
	background-color:#bcbcbc;
	border-left:2px solid #efefef;
	border-top:2px solid #efefef;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	}

