
/*COMMONLY USED SELECTORS----------------- */

/* font variants
----------------- */
.bold	{
font-weight:bold !important;
}

.oblique	{
font-style:oblique !important;
}

.italic	{
font-style:italic !important;
}


/* FLOATS, CLEARS, ALIGNS, BORDERS, PADDING, WIDTH GOVERNORS
----------------- */
.float-left	{
float:left;
}

.float-right	{
float:right;
}

.float-left-img	{
float:left;
margin: 0 20px 20px 0;
}

.float-right-img	{
float:right;
margin: 0 0 20px 20px;
}

.clear-both	{
clear:both;
}

.clear-none	{
clear:none;
}

.clear-left	{
clear:left;
}

.clear-right	{
clear:right;
}

.align-right	{
text-align:right;
}

.align-center	{
text-align:center;
}
	
.border0	{
border:0 !important;
}

.border1	{
border:1px solid #000 !important;
}

.padding10	{
padding:10px;
}

.padding20	{
padding:20px;
}

.margin0	{
margin:0;	
}

/* WIDTHS
----------------- */
.width50px	{
width:50px;
}

.width75px	{
width:75px;
}

.width100px	{
width:100px;
}

.width125px	{
width:125px;
}

.width150px	{
width:150px;
}

.width175px	{
width:175px;
}

.width200px	{
width:200px;
}

.width225px	{
width:225px;
}

.width250px	{
width:250px;
}

.width275px	{
width:275px;
}

.width300px	{
width:300px;
}

.width325px	{
width:325px;
}

.width350px	{
width:350px;
}

.width375px	{
width:375px;
}

.width400px	{
width:400px;
}

.width425px	{
width:425px;
}



/* COLORS
----------------- */

.red {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #990033;
	}
	
.bigred {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #990033;
	font-size: 20px;
	}
	
	
.verybig {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
	font-size: 36px;
	}
	

.white { color: #fff !important; }


/* BACKGROUND COLORS
----------------- */

.gold-background	{
background-color:#fccd14
}

.silver-background	{
background-color:#ccc;
}

.bronze-background	{
background-color:#b4b06b;
}

/* HR
----------------- */

hr	{
width: 120px;
height:1px;
line-height:1px;
text-align:center;
margin: 25px auto;
color:#3a5169;
clear:both;
}


/*W3C
----------------- */



 .w3cbutton3 {
  margin: 0 0 0 13px;
  border: 2px ridge #fff;
  font: bold 10px helvetica,arial,sans-serif;
  float:right;
}
.w3cbutton3 a {
  display: block;
}
.w3cbutton3 a:link,
.w3cbutton3 a:visited,
.w3cbutton3 a:hover {
  background-color: #b2cde0;
  color: #000;
  text-decoration: none;
}
.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}

.captcha_box {
height:140px;
margin:20px 0;
clear:both;
}

.captcha_box_left {
width:300px;
height:100px;
padding:10px;
background-color: #ffffcc;
border:1px solid #966;
float:left;
margin:5px 20px 0 0;
}

.captcha_box_right {
width:320px;
height:120px;
float:left;
}



.brownbox	{
background-color: #f5f3ed;
border:1px solid #ece9d8;
padding:10px;
margin:15px 0 0 0;
}

.brownbox p, .brownbox li	{
font: 12px verdana,arial,helvetica,sans-serif;
margin:0 0 7px 0;
}

.date	{
font: bold 12px verdana,arial,helvetica,sans-serif;
margin:0 0 7px 0;
color:#f00
}


.boxffffcc	{
background-color: #ffffcc;
border:1px solid #966;
padding:10px;
margin:0;
}

.boxffffcc p, .boxffffcc a	{
font: bold italic 18px/22px arial,helvetica,verdana,sans-serif !important;
}




.border-brown-dashed	{
border:1px dashed #999;
padding:5px;
}



.graybox	{
background-color: #ebebeb;
border:1px solid #333;
padding:10px;
font: 12px arial,helvetica,verdana,sans-serif;
}

.graybox h2	{
font: bold 16px arial,helvetica,verdana,sans-serif;
color:#369;
}

.graybox a:link, .graybox a:visited	{
text-decoration:none !important;
color:#369 !important;
}

.graybox a:hover, .graybox a:active	{
text-decoration:underline !important;
color:#369 !important;
}

li, ol, p, td { font: 12px/16px verdana, arial, helvetica; color: #000000 }


h1 { color: #454E88; font: bold 16px/24px verdana, arial, helvetica; }

h2 { color: #369; font: bold 14px verdana, arial, helvetica; }

h3 { color: #000; font: bold 13px verdana, arial, helvetica; }


.small { font-size: 11px; font-family: verdana, arial, helvetica; }

input {  font-size: 10px; color: #000; font-family: Verdana,Arial,Helvetica  }

select {  font-size: 10px; color: #000; font-family: Verdana,Arial,Helvetica  }

option {  font-size: 10px; color: #000; font-family: Verdana,Arial,Helvetica  }
