
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');

/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');


body {
	margin: 		0;
	margin: 		0 auto;
	background: 	#fff;
	font-family:	'Open Sans', Arial, sans-serif;
	font-size:		14px;
/*	font-weight:	300;	*/
	line-height:	1.6em;
	color:			#000;
	}
	
p {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	line-height:1.3em;
	color:#000;
	}

td {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#000;
	padding: 5px;
}

td.menu {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:	0px;
	margin-bottom: 0px;	
}

td h1 {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 0px;	
	margin-top: 3px;
}

td.title {
	background:		#bfe0ff;
	padding:		10px;
	font-weight:	bold;
	text-align:		center;
	color:			#000;
}

td.title a {
	color:			#333399;
}

td.content {
	background:		#f2f2f2;
	padding:		15px 0px;
	text-align:		center;
	color:			#000;
	line-height:	1.4em;
}

td.buttonbox {
	background:		#c9f;
	padding:		10px;
	font-weight:	bold;
	text-align:		center;
	color:			#fff;
	line-height:	1.3em;
}

td.buttonbox a {
	color:			#fff;
}

#main {
	width: 			940px;
	margin: 		0 auto 0 auto;
	padding-top:	20px;
	height: 		auto;
	font:		 	12px/1.2 Tahoma, Arial, Helvetica, sans-serif;
	color: 			#ccc;
	background:		#fff;	
	}
	
#header {
	background:		#fff;
	margin-bottom:	10px;
	border-bottom:	thin dotted #ccc;
	}
	
#footer {
	margin-top:		20px;
	margin-bottom:	15px;	
	text-align: 	center;
	padding:		20px 0 5px 0;
	border-top:		thin dotted #ccc;
	color:			#444;
	line-height:	1.3em;
}

#footer a {
	text-align: 	center;
	font: 			11px Tahoma, sans-serif;
	color: 			#333;
	}

#footer a:hover {
	text-align: 	center;
	font: 			11px Tahoma, sans-serif;
	color: 			#000;
	}
	
a:link, a:visited { 
	color: 			#33c;	 
	text-decoration: none; 
	}				

a:hover {
	color: 			#006;
	text-decoration: none; 
	}
	
h1,h2, h3, h4, h5, h6 {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:700;
	line-height:1.1em;
	color:#333;
	margin-bottom: 20px;
}	

table {
	border-collapse:	collapse;
	}


form {
	font: 11px Tahoma, sans-serif;
}

input, textarea, select, option {
	font: 11px Tahoma, sans-serif;
}

textarea {
	font: 11px Tahoma, sans-serif;
}

ul {
	margin-right: 	0;
	margin-left:	20px;
	padding:		0;
}

li {
	list-style-position:	outside;
/*	list-style-image:		url(images/icons/reel_bullet_01.gif);	*/
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	line-height:1.4em;
	color:#000;
}


.float_left {
	float:		left;
	padding-right:	10px;
}

.float_right {
	float:		right;
	padding-left:	10px;
}

.margintop25 {
	margin-top:	25px;
}

#logo {
	margin-top:		-10px;
	margin-left:	0px;
}