/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*** copyright DR Management all rights reserved. Duplication or redistribution is strictly
prohibited. ***/

.bg_white {
	background-color: #FFFEFF;
	text-align: left;
	vertical-align: top;
}
.centertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}
a:link {
	color: #389CDE;
	text-decoration: underline;
}
a:visited {
	color: #1C71AA;
	text-decoration: underline;
}
a:hover {
	color: #7DA23C;
	text-decoration: none;
}
a:active {
	color: #7DA23C;
	text-decoration: none;
}
h1 {
	color: #1780C6;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #89B74C;
}
.bg_copyright {
	color: #FFFEFF;
	background-color: #A3C555;
	text-align: center;
	padding: 10px;
	font-size: 11px;
}