A
	{
		text-decoration:none;
		
	}
	
	body {
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		}
	p
		{
			position:relative;
			list-style-size: 5px;
			margin-bottom: 5px;
			margin-top: 5px;
			margin-right: 5px;
		}
		
/* 
popup css
*/

a.link {
		font-family: Trebuchet MS;
		font-size: 12px;
		font-weight: normal;
		color: #000066;
		text-decoration: none;
		cursor: pointer;
		cursor: hand;
	}
	
	a:hover.link {
		font-family: Trebuchet MS;
		font-size: 12px;
		font-weight: normal;
		color: #ff6600;
		text-decoration: none;
		cursor: pointer;
		cursor: hand;

	}
	
	.popup_bodybg {	
		background-image:url('../images/popup_bg.jpg');
		background-repeat:repeat-y;
		width: 375px;;
		}
		
	.bodytext {
	    FONT-SIZE: 12px;
	    FONT-FAMILY: Trebuchet MS;
		font-weight: normal;
		COLOR:#333333;
		text-decoration: none;
		line-height: 130%;
		}
		
	a.link_big {
		    FONT-SIZE: 12px;
		    FONT-FAMILY: Trebuchet MS;
			font-weight: bold;
			COLOR:#000066;
			line-height: 140%;
		}

	a:hover.link_big {
		    FONT-SIZE: 12px;
		    FONT-FAMILY: Trebuchet MS;
			font-weight: bold;
			COLOR:#ff6600;
			text-decoration: underline;
			line-height: 140%;
		}
		
	.button {
	    padding-left: 5px;
	    margin-right: 7px;
	    color: #666666;
	    height: 20px;
		font-family: Trebuchet MS;
		font-size: 11px;
		font-weight: bold;
	    position: relative;
	    cursor: pointer;
		letter-spacing: 1px;
	}
