/* General Elements */

body { 
	height:				100%;
	font-size:    11px;
	font-family:  Tahoma;
	background:   #F5F5F5;
	margin:       0;
	padding:      0;
	}

a:hover {
	text-decoration:	underline;
	}

a	{
	border:				0px;
	text-decoration:	none;
	color:        #3b5998;
	
	}
