/* CSS Document */

body { margin:0px; padding:0px }

body { font-family:Arial; font-size:12px; color:#333333 }

a { color:#333333; text-decoration:none }
a:hover { text-decoration:underline }


.top_left { background-image:url(../images/top_left.jpg); background-repeat:no-repeat; background-position:top right; height:51px; }
.top_right { background-image:url(../images/top_right.jpg); background-repeat:no-repeat; background-position:top left; height:51px; }

.top_left_re { background-image:url(../images/top_left_re.jpg); background-repeat:repeat-x; background-position:top }
.top_right_re { background-image:url(../images/top_right_re.jpg); background-repeat:repeat-x; background-position:top }


.padding_left_re { background-image:url(../images/padding_left_repeat.jpg); background-repeat:repeat-x; background-position:top }
.padding_right_re { background-image:url(../images/padding_right_repeat.jpg); background-repeat:repeat-x; background-position:top }

.padding_left { background-image:url(../images/padding_left.jpg); background-repeat:no-repeat; background-position:top right; height:806px; }
.padding_right { background-image:url(../images/padding_right.jpg); background-repeat:no-repeat; background-position:top left; height:806px; }


.footer_left_re { background-image:url(../images/footer_left_re.jpg); background-repeat:repeat-x; background-position:top }
.footer_left { background-image:url(../images/footer_left.jpg); background-repeat:no-repeat; background-position:top right; height:73px; }



.footer, .footer a, .footer a:link { font-family:Arial; font-size:12px; color:#525151; text-decoration:none }
.footer a:hover { text-decoration:underline }






.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs20 { font-size:20px; }
.fs24 { font-size:24px; }

.i { font-style:italic }
.b { font-weight:bold }
.u { text-decoration:underline }

.justify { text-align:justify }

.red { color:#FF0000 }
.lavender { color:#6666CC}


.indent { margin-left:45px; }



.buttonAsLink{
	font-family:      Arial;
	font-size:         12px;
	color:             #FF0000;
	background-color:  #2c3183;
	font-weight:       bold;
	padding:           0px 0;
	border-width:      1px;  
	cursor:            pointer;
	width:             40px;
	height:            18px;
	}


