
@import url("global_editor_styles.css");  

.body {color: #000000;}
.body, .body a:link, .body a:visited, .body a:hover {font-size: 14px; font-family: Arial, Helvetica, sans-serif; line-height :16px;}
	.body a:link {color: #0c14ff; text-decoration: underline;}
	.body a:visited {color: #0c14ff; text-decoration: underline;}
	.body a:hover {color: #0c14ff; text-decoration: underline;}
	
.redbody {color: #ee0000;}
.redbody, .redbody a:link, .redbody a:visited, .redbody a:hover {font-size: 14px; font-family: Arial, Helvetica, sans-serif; line-height :16px;}
	.redbody a:link {color: #000000; text-decoration: underline;}
	.redbody a:visited {color: #000000; text-decoration: underline;}
	.redbody a:hover {color: #0c14ff; text-decoration: underline;}
					
.whitebody{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; text-decoration:none;}
	.whitebody a:link {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; text-decoration:none;}
	.whitebody a:visited {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; text-decoration:none;}
	.whitebody a:hover {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#BBBBBB; text-decoration:underline;}

.menubody {color: #000000;}
.menubody, .menubody a:link, .menubody a:visited, .menubody a:hover {font-size: 14px; font-family: Arial, Helvetica, sans-serif; line-height :16px;}
	.menubody a:link {color: #000000; text-decoration:none;}
	.menubody a:visited {color: #000000; text-decoration:none;}
	.menubody a:hover {color: #0033FF; text-decoration: underline;}
		
.swhite {color: #ffffff;}
.swhite, .swhite a:link, .swhite a:visited, .swhite a:hover {font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 13px;}
	.swhite a:link {color: #ffffff; text-decoration: none;}
	.swhite a:visited {color: #ffffff; text-decoration: none;}
	.swhite a:hover {color: #ffff00; text-decoration: underline;}
	
.sgray {color: #808080;}
.sgray, .sgray a:link, .sgray a:visited, .sgray a:hover {font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 13px;}
	.sgray a:link {color: #808080; text-decoration: none;}
	.sgray a:visited {color: #808080; text-decoration: none;}
	.sgray a:hover {color: #0033FF; text-decoration: underline;}
	
.sblack {color: #000000;}
.sblack, .sblack a:link, .sblack a:visited, .sblack a:hover {font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 13px;}
	.sblack a:link {color: #0c14ff; text-decoration: underline;}
	.sblack a:visited {color: #0c14ff; text-decoration: underline;}
	.sblack a:hover {color: #0c14ff; text-decoration: underline;}

.headline{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#000000; text-decoration:none; line-height: 18px;}

.bigheadline{font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#000000; text-decoration:none; line-height: 28px;}

.container-tools {
	border: 1px solid black; 
	background-color: #ccc; 
	padding: 7px; 
	margin: 7px; 
	z-index: 20; 
	font-size: 11px !important; 
	color: #000; 
	}
	
	.container-tools a {
		font-size: 11px !important; 
		}
