
/*
default font, size and color of the fonts
*/
body,table,td,text,input,select {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:11px;
    color: #666666;
}

/*
used for the page layout shadows
*/
.shadow_right {
	background-image: url(../../../media/pc/image/design/shadow_right.gif);
	background-repeat: repeat-y;
}
.shadow_bottom { 
	background-image:url(../../../media/pc/image/design/shadow_bottom.gif);
	background-repeat: repeat-x; 
	/*width:100%; 
	height:3px;*/ 
}
