/* @group BASICS */

body { 
	background: #ffffff; 
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	}

a, a:link { 
	font-size: 14px; 
	font-weight: normal; 
	color: #1969bc; 
	text-decoration: none;
	}
a:visited { color: #1969bc; text-decoration: none; }
a:hover { color: #000; text-decoration: none; border-bottom: 2px solid #1969bc;}
a:active {
  position: relative;
  top: 1px;
}
p { 
	margin: 0 0 15px 0;
	padding: 0;
	}

small { font-size: 9px; line-height: 12px; }
strong { color: #000; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Sans', Arial, sans-serif;
	padding: 5px 0; 
	margin: 5px 0; 
	color: #333;
	}
	
h1 { font-size: 32px; line-height: 1.2em; font-weight: bold; letter-spacing: -1px; }
h2 { font-size: 26px; line-height: 1.2em; font-weight: bold; letter-spacing: -1px; }
h3 { font-size: 20px; line-height: 1.2em; font-weight: bold; letter-spacing: -1px; }
h4 { font-size: 18px; line-height: 1.2em; font-weight: bold; }
h5 { font-size: 14px; line-height: 1.2em; font-weight: bold; }
h6 { font-size: 10px; line-height: 1.2em; font-weight: normal; }

blockquote { 
	font-size: 14px; 
	font-style: italic; 
	color: #666; 
	margin: 20px 20px 20px 40px; 
	padding-left: 40px; 
	border-left: 1px dotted #666; 
	font-family: Georgia, serif; 
	}

/* @end */

/* @group IMAGES */

.alignleft { float: left; margin: 0 15px 5px 0; display: inline; }
.alignright { float: right; margin: 0 0 5px 15px; display: inline; }
.aligncenter { display: block; margin: 0 auto; }
.frame { background-color: #262626; border: 1px solid #333; padding: 5px; }

/* @end */

/* @group CUSTOM */

ul.textmenu li a { font-size: 12px; width:930px;}
article h2 { padding: 0; line-height: 1.1em;}
article h3 { padding: 0; font-weight: normal; letter-spacing: normal;}

/* @end */


