/*------------------------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD                           */
/* DO NOT EDIT BY HAND WITHOUT RESYNCHRONISING BACK TO THE DATABASE */
/* OR CHANGES TO THIS FILE WILL BE LOST WHEN NEXT EDITED FROM THE   */
/* ADMIN CONTROL PANEL                                              */
/* STYLE DIRECTORY: new                                     */
/* CACHE FILE: Generated: Fri, 15 Sep 2006 21:33:02 GMT */
/*------------------------------------------------------------------*/

/*~START CSS~*/

/* 
 * Cascading Style Sheet(CSS 467), for Invision Power Board 2.1.0
 * Author: James A. Mathias, admin@leihu.com, http://www.1lotus.com 
 * Copyright: 2005 Invision Power Services, all rights reserved 
 *
 * All style attributes in alpha-numeric order starting from 0
 *
 */

/* 
 * ========================================
 * global element styles 
 * ========================================
 */

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 
	background: #F5F9FD;
	color: #000000;
	font-family: tahoma;
	font-size: 14px;
	line-height: 135%;
	margin: 0px;
	padding: 10px; /* required for Opera to have 0 margin */
	text-align: justify; /* centers board in MSIE */
}

.cont a:link,
.cont a:visited,
.cont a:active{
	background: transparent;
	font-weight: light;
	color: #336699;
	text-decoration: underline;
}

.cont a:hover{
	background: #EAF0F5;
	font-weight: light;
	border : 1 solid #C2CFDF;
	color: #244A7A;
  text-decoration: none;
}

h1{
	background: transperant;
	color: #000000;
	font-family: tahoma;
	margin: 0px;
	padding: 10px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}

input,
textarea,
select{
	background: #FFF;
	border: 1px solid #4C77B6;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
}
