/* CSS Document */


/* For the Rounded Corners */

/* Method One 
http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-boxes.shtml
http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml
 */
.t2 {background:   url(dot2.gif) 0 0 repeat-x; width: 20em}
.b2 {background:   url(dot2.gif) 0 100% repeat-x}
.l2 {background:   url(dot2.gif) 0 0 repeat-y}
.r2 {background:   url(dot2.gif) 100% 0 repeat-y}
.bl2 {background:   url(bl2.gif) 0 100% no-repeat}
.br2 {background:   url(br2.gif) 100% 100% no-repeat}
.tl2 {background:   url(tl2.gif) 0 0 no-repeat}
.tr2 {background:   url(tr2.gif) 100% 0 no-repeat; padding:10px} 

.bl {background:   url(bl.gif) 0 100% no-repeat #e68200; width: 20em}
.br {background:   url(br.gif) 100% 100% no-repeat}
.tl {background:   url(tl.gif) 0 0 no-repeat}
.tr {background:   url(tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
