
/*
	File:  in-con.css
	© 2001 Innovative Concepts - All rights reserved.
	Purpose:  Standard Style sheet for any in-con client website.
	Created:  4/1/2001 - John Snowdy
	Modified: 2/1/2006 - Bryan Bode
	Modification History:
*/


	BODY {
		font-size: 2;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		margin-left: 0;
		background-color: white;
	}


/*-------------------------------------------------------------------------
 Links
-------------------------------------------------------------------------*/


	A {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: blue;
		text-decoration: none;
		font-weight: bold;
	}
	A:link {
		color: blue;
		text-decoration: none;
		font-weight: bold;
	}
	A:visited {
		color: blue;
		text-decoration:none;
		font-weight: bold;
	}
	A:hover {
		color: blue;
		text-decoration:underline;
		font-weight: bold;
	}
	A.poweredBy {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #8D8D8D;
		text-decoration: none;
		font-weight: bold;
		font-size: 8px;
	}


/*-------------------------------------------------------------------------
 Menus
-------------------------------------------------------------------------*/

    .menu {
	width:0; 
	color: white; 
	text-align: center
    }
    .menuItems {
    	position:absolute;
    	background-color:#AAAAAA;
    	color:#3399AA;
    	margin-top:0;
    	margin-left:0;
    	width:120px
    }


/*-------------------------------------------------------------------------
 Cells
-------------------------------------------------------------------------*/
	th {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
        background-color: #B0B0B0;
		font-size:14px;
		font-weight: bold;
		text-align: center;
	}
    caption {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
    	color: #000000;
    }
	td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		font-size:12px;
		font-weight: normal;		
	}



	
/*-------------------------------------------------------------------------
	 Headers
-------------------------------------------------------------------------*/
H1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		line-height: 28px;
		font-size: 24px;
		color: #000000;
	}

H2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		line-height: 28px;
		font-size: 24px;
		color: #000000;
	}
	
H3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		line-height: 21px;
		font-size: 20px;
		color: #000000;
	}
H4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		line-height: 21px;
		font-size: 20px;
		color: #000000;
	}

/*-------------------------------------------------------------------------
 Paragraphs
-------------------------------------------------------------------------*/
	P {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		font-size: 12pt;
		color: #000000;
		
		
	}
	P.list {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 13px;
		color: #000000;
		line-height: 1.5;
		
	}
	
/*-------------------------------------------------------------------------
 Lists
-------------------------------------------------------------------------*/
	UL {
		font-size:  12px;
		color: #336688;
	}

LI {
		font-family:  Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				font-size: 12px;
				line-height: 2;
	
	}
/*-------------------------------------------------------------------------
 Generic
-------------------------------------------------------------------------*/

/*-- for input boxes and certain cells --*/
	.normal {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		background: #F0F0F8;
		font-size: 9pt;
		font-weight: normal;
		border-color: #C0C0C0;
		vertical-align: middle;
		text-decoration: none;
	}
	B.big{
		
		font-size: 12pt;			
	}
