/* CSS Document */

a:visited { color: blue; }
.borderR	{ background-image: url(images/borderR.gif);
			  background-repeat: y-repeat; }
.borderL	{ background-image: url(images/borderL.gif);
			  background-repeat: y-repeat; }
.borderB	{ background-image: url(images/borderB.gif);
			  background-repeat: x-repeat; }
.cornerR	{ background-image: url(images/cornerR.jpg);
			  background-repeat: no-repeat;
			  background-position: top left; }
.cornerL	{ background-image: url(images/cornerL.jpg);
			  background-repeat: no-repeat;
			  background-position:  bottm left; }
.main		{ border-top: 1px solid #000000;
			  border-left: 1px solid #000000;
			  font-family: Arial, Helvetica, sans-serif;
			  font-size: 12px;
			  background-image: url(images/hexamethyl.gif);
			  background-repeat: no-repeat;
			  background-position:bottom right;  }
.text		{ font-family: Arial, Helvetica, sans-serif;
			  font-size: 12px;	}
.smalltext		{ font-family: Arial, Helvetica, sans-serif;
			  font-size: 10px;	}
.resource	{ font-family: Arial, Helvetica, sans-serif;
			  font-size: 12px;
			  color:#FFFFFF; }
.title {font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color: #ffffff; }
			  
a.resbutton	{	background-color:#CCCCCC;
				color:#000000;
				display:block;
				text-decoration:none; }
a.resbutton:hover {background-color:#FFFFFF; }
					 
			  