@charset "utf-8";
/* CSS Document */

.text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.difference_text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}
.difference_text_right{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
padding-top:5px;
padding-left:5px;
}

.textlaunch{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
font-weight:bold;
}

.highlight_header{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#0099FF;
font-weight:bold;
}

.textblue{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#177aa4;
}

.textbluelink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#177aa4;
text-decoration:underline;
font-weight:bold;
}
.textlinks{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-decoration:underline;
}

.number{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#333333;
}

#background{
background:url(images/background.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#background_left{
background:url(images/background-left.jpg);
background-position:top right;
background-repeat:no-repeat;
}

#background_right{
background:url(images/background-right.jpg);
background-position:top left;
background-repeat:no-repeat;
}


#header_left{
	background:url(images/header_left.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#header_right{
	background:url(images/header_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#hor_line{
background-color:#CCCCCC;
height:2px;
}

#vert_line{
background-color:#CCCCCC;
width:2px;
}