@charset "UTF-8";
/* CSS Document */


.hide{
float: left;
width: 480px;
}

body{
background-color: #ffffff;
}

.logo{
background:url(../images/g_logo.gif) no-repeat 0px 20px;
height: 236px;
}

.logo h1{display:none;}

.logoimage{background:url(../images/g_logo_image.gif) no-repeat bottom;
height: 251px;
}

a{color:black;}

.bold{
font-weight: bold;
}

.sameheight{
	height: 292px;
}

.pt30{
font-size: 30px;
}

.pt28{
font-size: 28px;
}

.pt26{font-size: 26px;}
.italic{font-style:italic;}
.centre{text-align:center;}

.link a {
background:url(../images/g_arrow.gif) no-repeat 0px 1px;
padding-left: 25px;
text-decoration:none;
}

.link a:hover{
text-decoration:underline;
}

 h2, h3, p{
padding: 0px 30px 10px 30px;
}

h2{
font-size: 30px;
}

ul, table{
margin: 0px 30px 10px 30px;
float: left;
padding: 0px 10px 0px 25px;
}

table{
width:420px;
}

.input{
width:300px;
margin: 0px 10px 10px 0px;
padding: 5px;
}

table .title{
width: 90px;
padding: 5px 0px 0px 0px;
}

table td{
	vertical-align:top;
	padding: 5px 0px 0px 0px;
}

ul{

}

li{
margin: 0px;
padding: 0px;
list-style:disc;
}

.blueitem{

}

.blueitem .top{
background:url(../images/g_bg_blue_top.gif) no-repeat;
height: 25px;
width:480px;
float:left;
}

.blueitem .body{
background:url(../images/g_bg_blue_body.gif) repeat-y;
width:480px;
float:left;
}
.blueitem .bottom{
background:url(../images/g_bg_blue_bottom.gif) no-repeat;
height: 25px;
width:480px;
float:left;
}

.blueitem .body{
color: white;

}

.blueitem .body a{
color: white;

}
.pinkitem{

}

.pinkitem .top{
background:url(../images/g_bg_pink_top.gif) no-repeat;
height: 25px;
width:480px;
float:left;
}

.pinkitem .body{
background:url(../images/g_bg_pink_body.gif) repeat-y;
width:480px;
float:left;
}
.pinkitem .bottom{
background:url(../images/g_bg_pink_bottom.gif) no-repeat;
height: 25px;
width:480px;
float:left;
}

.greenitem{float:left;}

.greenitem .top{
background:url(../images/g_bg_green_top.gif) no-repeat;
width: 960px;
height: 25px;
float:left;
}

.greenitem .body{
background:url(../images/g_bg_green_body.gif) repeat-y;
float:left;
width: 960px;
}
.greenitem .bottom{
background:url(../images/g_bg_green_bottom.gif) no-repeat;
height: 25px;
width: 960px;
float:left;
}
