/*#################
### Normal link ###
#################*/
a:link { color: blue; }
a:visited { color: red; }
a:hover { text-decoration: none; }
a:active { color: green; }

/*##########
### Tags ###
##########*/
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

/*##########
### ID's ###
##########*/
#bodystyleGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
}
#bodystyleGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}

/*##################
### General text ###
##################*/
.small { font-family: Arial, Helvetica, sans-serif; font-size: 9px; }
.medium { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.big { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
.xbig { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; margin-bottom: -18px; color: #344185; }
.expanded { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px; letter-spacing: 2px; }
.justified { font-family: Arial, Helvetica, sans-serif; text-align: justify; }

/*################
### Menu stuff ###
################*/
#menu {	font-family: Arial, Helvetica, sans-serif; font-size: 15px;	line-height: 3px; }
#menu p, #menu a { font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 3px; text-indent: 12px; }
#menu a:active { color: red; background-color: black; text-decoration: none; padding: 2px; }
#menu a:link { color: white; padding: 2px; text-decoration: none; }
#menu a:visited { color: #eeeeee; padding: 2px; text-decoration: none; }
#menu a:hover { color: white; background-color: #344185; text-decoration: none;	padding: 2px; }

/*##################
### Redbox stuff ###
##################*/
#bodystyleRed { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; padding-right: 10px;}
#bodystyleRed td, #bodystyleRed p, #bodystyleRed a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
#bodystyleRed a:active { color: white; text-decoration: none; padding: 2px; }
#bodystyleRed a:link { color: yellow; padding: 2px; text-decoration: none; }
#bodystyleRed a:visited { color: yellow; padding: 2px; text-decoration: none; }
#bodystyleRed a:hover { color: white; padding: 2px; text-decoration: underline; }
#bodystyleRed li { line-height:125%; font-size:11px; list-style-type: disc; padding-bottom: -5px; margin-left: -10px; }

/*###################
### Greybox stuff ###
###################*/
#bodystyleGrey li { list-style-type: circle; padding-bottom: 7px; padding-left: 0px; font-size: 13px; list-style-image: url(../images/record.gif); }


/*###################
### Other designs ###
###################*/
.boxGrey {
	margin: 10px;
	border: medium double #344185;
	background-color: #F4F4F4;
	padding: 10px;
	font-weight: bold;
	color: #1C2248;
}
.listHead {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	padding: 2px;
}
