/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#fff;
	font-size:13px;
	font-family:Helvetica, Arial;
	letter-spacing:0px;
	color:#000000;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#0000FF;
	text-decoration:underline;
	}

a:hover {
	color:#FF0000;
	text-decoration:none;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:normal;
	font-size:13px;
	letter-spacing:0px;
	color:#000000;

	}
	
h1 a {
    text-decoration:none;
	color:#0000FF;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:13px;
	letter-spacing:0px;
	color:#000000;
	text-decoration:none;
	}
	
	.title1 {
	font-weight:normal;
	font-size:13px;
	letter-spacing:0px;
	color:#000000;
	text-decoration:none;
	}
	
	
	.date {
	font-family:Courier, Monospace, Lucida Sans Typewriter;
	font-weight:normal;
	font-size:13px;
	letter-spacing:0px;
	color:#000000;
	}

h2 {
	font-weight:bold;
	font-size:16px;
	color:#000000;
	text-align:left;
	}
	
h3 {
	font-weight:normal;
	font-size:13px;
	color:#000000;
	line-height:17px;
	letter-spacing:0px;
	text-align:left;
	}
	
	h4 {
	font-weight:normal;
	font-size:13px;
	line-height:17px;
	letter-spacing:0px;
	color:#999999;
	text-align:left;
	}
	

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#ffffff;
	border-bottom:0px solid #ccc;
	padding:5px;
	height:5px;
	margin-bottom:50px;
	text-decoration:none;

	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	padding:7px;
	height:6px;
	font-size:13px;
	text-decoration:none;

	}
	
	
	
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#0000FF;
	}
	



/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }

}