/* CSS Document */

a {
	/*color: #006699;*/
	color: #528fc2;
	font-weight: bold;
}
a:visited {
	color: #528fc2;
	font-weight: bold;
}
a:link {
	color: #528fc2;
	font-weight: bold;
}
a:hover {
	color: #528fc2;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #528fc2;
	font-weight: bold;
}
abbr {
	color: #00CC00;
}
acronym {
	color: #009900;
}
address {
	font-size: smaller;
	font-style: normal;
	text-decoration: none;
}
b {
}
bdo {
}
big {
}
blockquote {
	background: #EEEEEE;
}


body {
	font-family: Arial, Helvetica, sans-serif; // Changes all fonts, was "Century Gothic", Arial;
	margin: 0px;
	padding:0px;
	background: #006699 url(http://shortlister.net/images/bg.png) repeat-x;
	text-align: justify;
}
button {
}
caption {
}
cite {
}
code {
	font: smaller "Courier New", Courier, monospace;
}
col {
}
colgroup {
}
dd {
	margin-bottom: 10px;
}
del {
}
dfn {
}
dir {
}
div {
}
dl {
}
dt {
	font-weight: bold;
	color: #009900;
}
em {
}
fieldset {
	border: thin solid #C8DCEE;
	
} 
fieldset ol {  
	padding-top: 0.25em;
}
font {
}
form {
	margin: 0px;
}
frame {
}
frameset {
}
h1 {
	font-weight: normal;
	padding-bottom: 5px;
	color: #6699CC;
}
h2 {
	margin-bottom: 0px;
	color: #FFFFFF;
	font-weight: normal;
	background: #006699;
	display: inline;
	font-size: medium;
	padding: 5px;
}
h3 {
	color: #006699;
	margin-bottom: 0px;
}
h4 {
color: #205c80;
font-size:medium;
margin:0px;
}
h5 {
}
h6 {
	color: #AEC8E4;
	font-family: "Century Gothic";
	font-weight: normal;
}
hr {
	height: 1px;
	border-bottom: 1px solid #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
html {
}
i {
}
iframe {
}
img {
	border-style: none;
}
input {
font-size: 12px;
}
ins {
}
kbd {
}
label {
	text-transform: capitalize;
}
legend {
	color: #006699;
	font: 14px "Century Gothic";
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}
li {
	list-style-type: disc;
	font-size: 12px;
}
link {
}
menu {
}
ol {
	list-style-type: upper-roman;
}
optgroup {
}
option {
}
p {
	font-size: 12px;
}
pre {
}
q {
}
s {
}
samp {
}
select {
font-size: 12px;
}
small {
}
span {
}
strike {
	color: #FF0000;
}
strong {
}
sub {
}
table {
}
tbody {
}
td {
}
tfoot {
}
th {
}
thead {
}
tr {
}
tt {
}
u {
	text-decoration: none;
	background: #FFFF00;
	padding-right: 2px;
	padding-left: 2px;
}
ul {

}
var {
}
textarea {
font-size: 12px;
}
