﻿.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.textsmall {
	text-align: center;
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
}

.design {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:small;
}

h1 {
	font-weight: bold; 
	font-size: 16pt; 
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-weight: bold; 
	font-size: 16pt; 
	font-family: "Times New Roman", Times, serif;
}

.mediumfont  {
	font-weight: bold; 
	font-size: 12pt; 
	font-family: "Times New Roman", Times, serif;
}

body {
    SCROLLBAR-ARROW-COLOR:#ffcc66; 
	SCROLLBAR-TRACK-COLOR:#f2c67d; 
	SCROLLBAR-BASE-COLOR: #044a06
	}

select {
	SCROLLBAR-ARROW-COLOR:#ffcc66; 
	SCROLLBAR-TRACK-COLOR:#f2c67d; 
	SCROLLBAR-BASE-COLOR: #044a06
	}	
	
a {
	color: #99CC32;
}
a:visited {
	color: #FFCC66;
}
a:active {
	color: #FFCC66;
}
