*{
padding:0px; margin:0px; border:0px;
}



.box1	{
	background-color : #8388ff;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom: 12px;
	overflow:hidden;
}
.box1contents	{
	background-color : #8388ff;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 0px;
	padding-bottom : 0px;
	overflow:hidden;
}

.boxtop	{
	background-color : #8388ff;
	background-image: url("../images/top-right_corner.gif");
	background-position: top right;
	background-repeat: no-repeat;
	font-size:1px;
}

.boxbottom	{
	background-color : #8388ff;
	background-image: url("../images/bottom-right_corner.gif");
	background-position: bottom right;
	background-repeat: no-repeat; 
	font-size:1px;
}		

	
a img { border: 0; }
			
/*text*/
html,body,div	{
	font-size : 14px;
	font-family : "Arial", "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Verdana",
	"Futura","Helvetica",sans-serif;
	vertical-align:top;
	background-color : #03032a;
}

p {
	text-indent: .5cm;
	margin-bottom:7px;
}

p.no_space {
	margin-bottom:0px;
}

h1 {
	font-size:18px;
	font-weight: bold;
	font-variant: small-caps;
	color:#d0d0ff;
	margin-top:5px;
	margin-bottom:5px;
}
h2 {
	font-size:14px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top:5px;
	margin-bottom:5px;
}	

h3	{
	font-size: 12px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
}

table, td	{
	border: 0px;
	vertical-align: top;
}

a:link	{
	text-decoration : underline;
	color : #990000;
}

a:active {
	text-decoration : none;
	color : #000000;
}

a:visited {
	text-decoration : underline;
	color : #990000;
}

a:hover {
	text-decoration : underline;
	color : #990000;
}

a.menu:link	{
	text-decoration : none;
	color : #b0b0ff;
}

a.menu:active {
	text-decoration : none;
	color : #b0b0f;
}

a.menu:visited {
	text-decoration : none;
	color : #b0b0ff;
}

a.menu:hover {
	text-decoration : none;
	color : #ff9f09;
}

