.main
{
position			:absolute;
top					:0px;
left				:0px;
width				:800px;
height				:600px;
border-style		:solid;
border-width		:thin;
border-color		:black;
}

.button
{
position			:absolute;
top					:10px;
left				:10px;
width				:50px;
hight				:10px;
border-style		:solid;
border-width		:thin;
border-color		:black;
text-align			:center;

}

#text_button
{
text-decoration		:none;
color				:black;
font-weight			:bold;
}

.page_header
{
position			:absolute;
top					:25px;
left				:25px;
width				:750px;
height				:75px;
font-style			:normal;
font-weight			:bold;
font-size			:14pt;
font-family			:times,verdana,serif;
text-align			:center;

}

.page_title
{
position			:absolute;
top					:170px;
left				:200px;
width				:250px;
height				:50px;
font-size			:14pt;
font-weight			:bold;
font-family			:times,verdana,serif;
}

.link_box
{
position			:absolute;
top					:200px;
left				:250px;
width				:300px;
height				:175px;
font-weight			:bold;
font-size			:10pt;


}

#text_button1
{
text-decoration		:none;
color				:black;
font-weight			:bold;
font-size			:12pt;
}

#text_button
{
text-decoration		:none;
color				:black;
font-weight			:bold;
}

.link1
{
position			:absolute;
top					:15px;
left				:30px;
width				:230px;
height				:20px;
border-style		:solid;
border-width		:thin;
border-color		:black;
padding				:2px;
text-align			:center;
}

.link2
{
position			:absolute;
top					:45px;
left				:30px;
width				:230px;
height				:30px;
border-style		:solid;
border-width		:thin;
border-color		:black;
padding				:2px;
text-align			:center;
}

.link3
{
position			:absolute;
top					:85px;
left				:30px;
width				:230px;
height				:20px;
border-style		:solid;
border-width		:thin;
border-color		:black;
padding				:2px;
text-align			:center;
}

.link4
{
position			:absolute;
top					:115px;
left				:30px;
width				:230px;
height				:20px;
border-style		:solid;
border-width		:thin;
border-color		:black;
padding				:2px;
text-align			:center;
}

.footer
{
position			:absolute;
top					:500px;
left				:50px;
width				:700px;
height				:20px;
border-style		:solid;
border-width		:thin;
border-color		:black;
font-family			:times,verdana,serif;
font-size			:9pt;
text-align			:center;
}