/************* Raffle *****************************/

/*

Released by AwesomePHP.com, under the GPL License, a

copy of it should be attached to the zip file, or

you can view it on http://AwesomePHP.com/gpl.txt

*/

/************* Raffle *****************************/



@charset "utf-8";

/* CSS Document */


	.a:link {
	color:#666;
	text-decoration:none
}
    .a:visited {
	color:#666;
	text-decoration:none
}
    .a:hover {
	color:#AE8B11;
	text-decoration:none;
	cursor:hand;
	}

body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
  }

body {

  background-color: #ffffff;

  margin: 0px;

  }

td.navigation {

  background: #dfdfdf;

  }

td.contents {

  padding: 25px;

  }

td.copyright {

  color: #ffffff;

  }

div.contents {

  background-color: #ffffff;

  text-align: justify;

  padding: 20px;

  }

span.SiteTitle {

  font-size: 15pt;

  color: #315b92;

  font-weight: bold;

  }

span.SiteSlogan {

  font-size: 12pt;

  color: #787878;

  }

td.header {

  background-color: #315b92;

  color: #ffffff;

  font-weight: bold;

  }

table {
	background-color: #CCC;
  }


.textarea {

  font-family: "Courier New", Courier, monospace;

  font-size: 10pt;

  background-color: #eeeeee;

  color: #315b92;

  }

td.divider {

  background-color: #315b92;

  }

p.success {

  color: #ffffff;

  background-color: #009900;

  font-weight: bold;

  padding: 4px;

  }

p.warning {
	color: #ffffff;
	background-color: #E1A900;
	font-weight: bold;
	padding: 4px;
  }

span.warningB {
	border: 2px dashed #ff0000;
	color: #E1A900;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
  }

td.green {

  color: #ffffff;

  background-color: #009900;

  font-weight: bold;

  }

