<!Rockshop Style Sheet>



<!--
body{
	font-family : Arial, Helvetica, sans-serif;
	color:        #000000;
	font-size:    12px;

	background-color:      #000000;
	background-attachment: fixed;
	background-image:;
	background-position:;
	background-repeat:;

	scrollbar-face-color:       #c0c0c0;
	scrollbar-shadow-color:     #ffffff;
	scrollbar-highlight-color:  silver;
	scrollbar-3dlight-color:    #333333;
	scrollbar-darkshadow-color: blue;
	scrollbar-track-color:      #0000ff;
	scrollbar-arrow-color:      black;
}

a:link{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #213171;
	font-weight : none;
	text-decoration : none;
}

a:active{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #A9B4E7;
	font-weight : none;
	text-decoration : underline overline;
}

a:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : none;
	text-decoration : underline overline;
}

a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #0000ff;
	font-weight : none;
	text-decoration : none;
}

TEXTAREA{
	color: #000000;
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        12px;
	background-color: #C9CDF7;
	border-style:     groove;
	border-width:     2;
	border-color:     #CCCCCC;
}

SELECT{
	color: #000000;
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        12px;
	background-color: #EEEEEE;
	border-width:     1;
	border-color:     #333333;
}

INPUT{
	color: #000000;
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        12px;
	background-color: #C9CDF7;
	border-style:     groove;
	border-width:     2;
	border-color:     #CCCCCC;
}
-->