/********************************************************/
/*                    raid.css                          */
/********************************************************/

/* body */
body {
	text-align: left;
	margin: 7.5%;
	margin-left: 10%;
	margin-right: 16%;
	font: normal;
	font-family: "Times New Roman", Verdana, Tahoma, System, Default;
	font-size:  15px;
	color: Navy;
}


 		
/* heading styles */
.head {
	font-style: normal;
	font-size: 250%; 
	font-variant: small-caps;
	margin-top: 20px;
}

h1 { 
	font-size: 150%; 
	font-variant: small-caps;
	margin-top: 50px;
	margin-right: 25%;
}

h2 {
	font-size: 140%;
	font-variant: small-caps;
   margin-top: 50px;
}

h3 { 
	font-size: 130%;
	font-variant: small-caps;
   margin-top: 50px;
}

h4 { 
	font-size: 120%; 
	font-variant: small-caps;
   margin-top: 50px;
}

h5 { 
	font-size: 110%; 
	font-variant: small-caps;
   margin-top: 50px;
}

/* paragraph */
p {
	font-size:           105%;
	margin-right:        25%;
	text-decoration:     none;
	line-height:         125%;
}

p.small {
	font-size:           85%;	
}

p.medium {
	font-size:           150%;	
}

p.big {
	font-size:           200%;
}



pre {
   font-family: "Courier New";
   font-family:  
   font-size: 100%;
   color: #818181;
   background: transparent;
   border: 1px solid #191970;
   margin-right: 18%;
   padding-top: 15px;
   padding-bottom: 20px;
   padding-left: 10px;
   padding-right: 20px;
   border-style: outset;
   border-left-width: thin;
   border-top-width: thin;
   background-color: #F5F5F5;
   display: block;
}

.legend { 
	width:            100%;
	font-family:      "Courier New";
	color:            #A9A9A9;
 	font-size:        105%; 
 	font-weight:      bold; 
	font-variant:     small-caps;
}



/*space*/

.hspace5
{
	line-height:      500%;
}

.hspace10
{
	line-height:      1000%;
}

.hspace20
{
	line-height:      2000%;
}

.hspace25
{
	line-height:      2500%;
}



/*links*/
a {
   background-color: transparent;
   color:            #0002B7;
   text-decoration:  none;
}

a:link { 

}

a:visited { 
   background-color: transparent;
}

a:hover {
   background-color: #F5F5F5;
   color:            Navy;

}

a:active {
   background-color: Navy;
   color:            #F5F5F5;
}

hr {
	margin-left:      0px;
	margin-right:     18%;
}
	

/* menu*/

a.menu {
   display:          block;
   text-align:       center;
   width:            16ex;
   border-width:     1px;
   padding:          2px;
   text-decoration:  none;
   border-style:     outset;
}

a.menu:link { 
   background-color: transparent; 
}

a.menu:visited { 
   background-color: transparent; 
}
a.menu:hover { 
   color:            Navy;
   background-color: #F5F5F5; 
   border-style:     inset;
}

a.menu:active { 
   color:            #F5F5F5; 
   background-color: Navy;
   border-style:     inset;
}

