/*
new media works version 1.0 CSS
(c)2005 New Media Works Ltd.
*/




/* BASE PROPERTIES */

/* LEFT MARGIN */
#leftmargintext {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #6699CC;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	font-weight : bold;
	
	}


.copy {
line-height: 24px;
	
	}

	a:link {
		color : #0033FF;
		background-color : transparent;
		text-decoration : none;
		font-weight : bold;
	}	
	
	a:visited {
		color : #6699CC;
		background-color : transparent;
		text-decoration : none;
		font-weight : bold;
	}

	a:hover, a:focus {
		color : #666666;
		background-color : transparent;
		text-decoration : none;
		font-weight : bold;
	}

	a:active {
		color : #999999
		background-color : transparent;
		text-decoration : none;
		font-weight : bold;
	}
	
/* MAIN BODY TEXT */

		p {
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	
	}
		
	h1 
	{
color: #000000;
	font-size: 18px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
		font-weight : bold;
	
	}
	
	h2
	{
color: #666666;
	font-size: 14px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
		font-weight : bold;
	}	
	
	/* BOTTOM MENU */
	h6
	{
color: #FFFFFF;
	font-size: 9px;
	
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
		font-weight : bold;
	}
	
	/* OTHERS */
		
#normaltext
	{
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight : normal;
	line-height: 18px;
	}
