html,body	
	{height:100%;}


body	{background:#CCCCCC; /*c0c0c0 */
	margin:0px;
	border:0px;
	padding:0px; 
	font-family:arial,helvetica,sans-serif;
	font-size:13px; 
	color:#666666; 
	font-style:normal; 
	font-weight:normal;
	}

h1	{font-size:26px;
	color: #396;
	/* color:#AE1D2D;   red */
	font-style:normal; 
	font-weight:normal; 
	margin:0px 0px 10px 2px;
	}

a	{color:#6E6E6E;
	text-decoration:none;
	}

a:hover	{color:#AE1D2D;}

.green 	{color: #174; 		
	background-color: inherit;
	}

.red	{color:#AE1D2D; 		
	background-color: inherit;
	}

table.center	
	{margin-left:auto;
	margin-right:auto;
	height:100%;
	}

td.dots	{height=100%;
	background-image:url(images/dot.gif);
	background-repeat:repeat-y;
	}

img	{border:0px;}

.whitebackground 	{ background-color: white !important; }  /*contact page only */


/*
.center	{ text-align: center; }
*/


